HomeSort by relevance Sort by last modified time
    Searched full:st_mode (Results 476 - 500 of 821) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 91 old_dir_mode = os.stat(TESTFN).st_mode
92 old_child_mode = os.stat(self.childpath).st_mode
test_tempfile.py 334 mode = stat.S_IMODE(os.stat(file.name).st_mode)
552 mode = stat.S_IMODE(os.stat(dir).st_mode)
test_mailbox.py 590 mode = os.stat(path)[stat.ST_MODE]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 91 old_dir_mode = os.stat(TESTFN).st_mode
92 old_child_mode = os.stat(self.childpath).st_mode
test_tempfile.py 334 mode = stat.S_IMODE(os.stat(file.name).st_mode)
552 mode = stat.S_IMODE(os.stat(dir).st_mode)
test_mailbox.py 590 mode = os.stat(path)[stat.ST_MODE]
    [all...]
  /external/mksh/src/
main.c 534 if (fstat(0, &s_stdin) >= 0 && S_ISCHR(s_stdin.st_mode) &&
1375 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
    [all...]
misc.c     [all...]
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 394 unsigned short st_mode; member in struct:vki_stat
420 unsigned int st_mode; member in struct:vki_stat64
446 unsigned int st_mode; member in struct:vki_stat
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 516 if ((s.st_mode & S_IFMT) == S_IFLNK) {
757 ALOGV("st_mode = %u", sb.st_mode);
    [all...]
  /system/core/adb/
commandline.c     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 870 return (_S_IFDIR & st.st_mode) != 0;
886 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 864 } else if (!S_ISDIR(st.st_mode)) {
975 if (!S_ISREG(st.st_mode)) {
    [all...]
  /bionic/libc/bionic/
system_properties.cpp 231 || ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0)
  /bionic/tests/
stdio_test.cpp 42 ASSERT_EQ(sb.st_mode & 0777, 0600U);
  /bootable/recovery/updater/
blockimg.c 548 if (fstat(fd, &st) == 0 && S_ISBLK(st.st_mode)) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 95 base::StringPrintf("%03o", info.stat().st_mode & 0x1ff));
    [all...]
  /external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc 610 if (fstat(reply_fd, &st) == 0 && S_ISDIR(st.st_mode)) {
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 433 if stat.S_ISDIR(st.st_mode):
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 134 S_ISDIR(dir_info.st_mode))) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 512 if (!S_ISDIR(fi.st_mode))
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 179 mode = os.stat(f)[stat.ST_MODE]
  /external/chromium_org/v8/src/
d8-posix.cc 573 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
platform-posix.cc 354 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
  /external/clang/tools/clang-format/
git-clang-format 326 mode = oct(os.stat(filename).st_mode)

Completed in 1085 milliseconds

<<11121314151617181920>>