HomeSort by relevance Sort by last modified time
    Searched refs:st_mode (Results 226 - 250 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libopagent/
opagent.c 138 if (rc || !S_ISDIR(dirstat.st_mode)) {
  /external/quake/quake/src/WinQuake/
sys_android.cpp 404 if(sb.st_mode & S_IFDIR)
  /external/valgrind/main/coregrind/
launcher-darwin.c 260 if (0 == stat(clientname, &st) && (st.st_mode & S_IFDIR)) {
m_libcfile.c 230 (_p_vgstat)->mode = (UInt) ( (_p_vkistat)->st_mode ); \
282 vgbuf->mode = (UInt)buf.st_mode;
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 310 unsigned int st_mode; member in struct:vki_stat
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 108 if (!S_ISREG(st->st_mode)) {
  /system/core/toolbox/
newfs_msdos.c 386 if (!S_ISREG(sb.st_mode))
389 if (!S_ISCHR(sb.st_mode))
393 check_mounted(fname, sb.st_mode);
506 if (!S_ISREG(sb.st_mode) || sb.st_size % bpb.bps ||
  /bionic/libc/bionic/
fts.c 822 if (S_ISDIR(sbp->st_mode)) {
851 if (S_ISLNK(sbp->st_mode))
853 if (S_ISREG(sbp->st_mode))
  /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...]
  /external/bluetooth/bluez/src/
textfile.c 54 if (!err && S_ISREG(st.st_mode))
  /external/clang/lib/Basic/
FileManager.cpp 152 StatBuf.st_mode)).first);
  /external/e2fsprogs/lib/blkid/
devname.c 232 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 407 if (!S_ISBLK(st.st_mode))
  /external/llvm/lib/Support/
raw_ostream.cpp 597 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
  /external/oprofile/opjitconv/
opjitconv.c 279 if (S_ISLNK(file_stat.st_mode)) {
  /external/strace/
strace.c 543 S_ISREG(statbuf.st_mode) &&
544 (statbuf.st_mode & 0111))
589 if (statbuf.st_mode & S_ISUID)
591 if (statbuf.st_mode & S_ISGID)
    [all...]
  /ndk/sources/host-tools/make-3.81/
commands.c 562 && S_ISREG (st.st_mode)
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 365 && (statbuf.st_mode & S_IFLNK) == S_IFLNK)
  /system/media/wilhelm/tests/sandbox/
xaplay.c 260 if (!S_ISREG(statbuf.st_mode)) {
  /system/vold/
Volume.cpp 496 if (!S_ISDIR(sbuf.st_mode)) {
  /external/bluetooth/bluez/serial/
proxy.c 917 if (S_ISCHR(st.st_mode) && strncmp("/dev/", address, 4) == 0)
919 else if (S_ISSOCK(st.st_mode))
  /external/dropbear/
loginrec.c 1305 if (S_ISDIR(st.st_mode))
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mksh/src/
main.c 362 if (fstat(0, &s_stdin) >= 0 && S_ISCHR(s_stdin.st_mode) &&
1045 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
    [all...]
misc.c 1292 if (!(sb.st_mode & S_IFCHR))
1296 if (((sb.st_mode & 07777) != 0600) && chmod(fn, (mode_t)0600))
    [all...]

Completed in 2199 milliseconds

1 2 3 4 5 6 7 8 91011>>