Searched
full:st_mode (Results
451 -
475 of
999) sorted by null
<<11121314151617181920>>
/bionic/libc/bionic/ |
fts.c | 833 if (S_ISDIR(sbp->st_mode)) { 862 if (S_ISLNK(sbp->st_mode)) 864 if (S_ISREG(sbp->st_mode))
|
/bootable/recovery/applypatch/ |
applypatch.cpp | 259 file->st.st_mode = 0644; 292 if (chmod(filename, file->st.st_mode) != 0) { [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 810 && S_ISDIR (st.st_mode))) 956 || !S_ISDIR (st.st_mode)) 1032 && S_ISDIR (st.st_mode)) [all...] |
/system/update_engine/common/ |
utils.cc | 430 if (S_ISREG(stbuf.st_mode)) 432 if (S_ISBLK(stbuf.st_mode)) 580 return lstat(path, &stbuf) == 0 && S_ISLNK(stbuf.st_mode) != 0; [all...] |
/bootable/recovery/updater/ |
install.cpp | 822 if (S_ISLNK(statptr->st_mode)) { 850 if (parsed.has_dmode && S_ISDIR(statptr->st_mode)) { 858 if (parsed.has_fmode && S_ISREG(statptr->st_mode)) { 866 if (parsed.has_capabilities && S_ISREG(statptr->st_mode)) { [all...] |
/build/kati/ |
regen.cc | 316 if (S_ISLNK(st.st_mode)) {
|
/external/autotest/client/cros/ |
pkcs11.py | 106 path_perms = stat.S_IMODE(stat_buf.st_mode)
|
/external/autotest/client/site_tests/platform_FilePerms/ |
platform_FilePerms.py | 135 mode = fstat[stat.ST_MODE]
|
/external/autotest/client/tests/ltp/patches/ |
getdents.patch | 301 if (S_ISDIR(sbuf->st_mode))
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_profiling_helper.py | 164 'st_ctime', 'st_gid', 'st_mode', 'st_mtime', 'st_size', 'st_uid']
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
chrome_tracing_agent_unittest.py | 323 self.assertTrue(os.stat(agent.trace_config_file).st_mode & stat.S_IROTH)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
zipio.py | 337 return _os.stat(path).st_mode
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_tempfile.py | 193 fh = self._filesystem.CreateFile(filename, st_mode=stat.S_IFREG|0o600)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
test_resumable_downloads.py | 343 save_mod = os.stat(tmp_dir).st_mode
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
test_oauth2_client.py | 252 stat.S_IMODE(os.stat(self.cache.CacheFileName(self.key)).st_mode))
|
/external/curl/docs/examples/ |
ghiper.c | 398 if ((st.st_mode & S_IFMT) == S_IFREG) {
|
hiperfifo.c | 374 if ((st.st_mode & S_IFMT) == S_IFREG) {
|
/external/curl/lib/vtls/ |
nss.c | 304 if(S_ISREG(st.st_mode)) [all...] |
/external/deqp/framework/delibs/decpp/ |
deFilePath.cpp | 188 int type = st.st_mode & S_IFMT;
|
/external/e2fsprogs/resize/ |
main.c | 294 if (!S_ISREG(st_buf.st_mode )) {
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 365 if (stat (module_name, &sb) == -1 || (sb.st_mode & S_IFMT) != S_IFREG)
|
/external/libselinux/utils/ |
sefcontext_compile.c | 363 rc = fchmod(fd, buf.st_mode);
|
/external/lz4/programs/ |
bench.c | 228 if (r || !S_ISREG(statbuf.st_mode)) return 0; /* No good... */
|
/external/mesa3d/src/egl/main/ |
egldisplay.c | 153 if (fstat((intptr_t) nativeDisplay, &buf) == 0 && S_ISCHR(buf.st_mode))
|
/external/ppp/pppd/ |
options.c | 1123 return sbuf.st_mode & S_IRUSR; 1125 return sbuf.st_mode & S_IRGRP; 1128 return sbuf.st_mode & S_IRGRP; 1129 return sbuf.st_mode & S_IROTH; [all...] |
Completed in 1303 milliseconds
<<11121314151617181920>>