Home
last modified time | relevance | path

Searched refs:st_mode (Results 1 – 6 of 6) sorted by relevance

/device/google/bonito/json-c/
Drandom_seed.c144 return ((buf.st_mode & S_IFCHR) != 0); in has_dev_urandom()
/device/google/crosshatch/json-c/
Drandom_seed.c144 return ((buf.st_mode & S_IFCHR) != 0); in has_dev_urandom()
/device/google/coral/json-c/
Drandom_seed.c144 return ((buf.st_mode & S_IFCHR) != 0); in has_dev_urandom()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp49 if ((st.st_mode & S_IFMT) != S_IFDIR) { in DirectoryExists()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c593 bool st_mode; member
1500 if (T(self_test).st_mode) {
1735 T(self_test).st_mode,
1743 if (T(self_test).st_mode) {
1751 if (!T(self_test).st_mode) {
1752 T(self_test).st_mode = true;
1828 T(self_test).st_mode = false;
1846 T(self_test).st_mode = false;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc730 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()
776 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()