Searched
refs:st_mode (Results
251 -
275 of
548) sorted by null
<<11121314151617181920>>
/cts/apps/CtsVerifier/jni/verifier/ |
com_android_cts_verifier_os_FileUtils.cpp | 54 env->SetIntField(fileStatus, gFileStatusModeFieldID, s.st_mode);
|
/cts/tests/jni/ |
android_os_cts_FileUtils.cpp | 61 env->SetIntField(fileStatus, gFileStatusModeFieldID, s.st_mode);
|
/external/chromium/chrome/browser/download/ |
base_file.cc | 132 chmod(new_path.value().c_str(), st.st_mode);
|
/external/chromium/net/url_request/ |
url_request_file_dir_job.cc | 146 S_ISDIR(data.info.stat.st_mode),
|
/external/chromium_org/base/memory/ |
shared_memory_unittest.cc | 551 EXPECT_FALSE(shm_stat.st_mode & S_IRWXO); 552 EXPECT_FALSE(shm_stat.st_mode & S_IRWXG); 577 EXPECT_FALSE(shm_stat.st_mode & S_IRWXO); 578 EXPECT_FALSE(shm_stat.st_mode & S_IRWXG);
|
/external/chromium_org/ipc/ |
unix_domain_socket_util_unittest.cc | 109 EXPECT_TRUE(S_ISSOCK(socket_stat.st_mode));
|
/external/chromium_org/third_party/skia/src/ports/ |
SkOSFile_stdio.cpp | 139 return SkToBool(status.st_mode & S_IFDIR);
|
/external/e2fsprogs/lib/blkid/ |
save.c | 93 if (ret == 0 && S_ISREG(st.st_mode)) {
|
/external/e2fsprogs/util/ |
copy_sparse.c | 106 if (!S_ISREG(fileinfo.st_mode)) {
|
/external/libppp/src/ |
tcp.c | 173 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) {
|
/external/libselinux/src/ |
android.c | 674 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0) 723 if (selabel_lookup(sehandle_old, &old_context, pathname, sb.st_mode) < 0) { 728 if (selabel_lookup(sehandle_new, &new_context, pathname, sb.st_mode) < 0) { 782 if (!S_ISDIR(statresult.st_mode))
|
/external/ppp/pppd/plugins/pppoatm/ |
pppoatm.c | 65 * to set up S_ISCHR(devstat.st_mode) != 1, so we 87 devstat.st_mode = S_IFSOCK;
|
/external/skia/src/ports/ |
SkOSFile_stdio.cpp | 139 return SkToBool(status.st_mode & S_IFDIR);
|
/external/webrtc/test/testsupport/ |
fileutils.cc | 97 if (!S_ISDIR(path_info.st_mode)) {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.c | 114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 79 if stat.S_ISFIFO(st.st_mode): 90 mode = stat.S_IMODE(st.st_mode) 96 mode = stat.S_IMODE(st.st_mode) 243 mode = os.lstat(fullname).st_mode
|
uu.py | 56 mode = os.stat(in_file).st_mode
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 79 if stat.S_ISFIFO(st.st_mode): 90 mode = stat.S_IMODE(st.st_mode) 96 mode = stat.S_IMODE(st.st_mode) 243 mode = os.lstat(fullname).st_mode
|
uu.py | 56 mode = os.stat(in_file).st_mode
|
/system/core/sh/ |
exec.c | 544 if (!S_ISREG(statb.st_mode)) 561 if ((statb.st_mode & 0100) == 0) 564 if ((statb.st_mode & 010) == 0) 567 if ((statb.st_mode & 01) == 0)
|
main.c | 349 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
|
/system/core/toolbox/ |
cat.c | 207 if (!S_ISREG(st.st_mode)) {
|
/external/chromium/base/ |
file_util.h | 578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); 580 return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
|
/external/linux-tools-perf/ |
perf.c | 296 if (S_ISFIFO(st.st_mode) || S_ISSOCK(st.st_mode))
|
/external/linux-tools-perf/util/ |
help.c | 116 !S_ISREG(st.st_mode)) 119 return st.st_mode & S_IXUSR;
|
Completed in 2072 milliseconds
<<11121314151617181920>>