HomeSort by relevance Sort by last modified time
    Searched refs:S_ISDIR (Results 1 - 25 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/headers/posix/
sys_stat_h_file_type_test_macros.h 35 #if !defined(S_ISDIR)
36 #error S_ISDIR
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
remove.c 70 if (S_ISDIR(sb.st_mode))
gettemp.c 134 if (!S_ISDIR(sbuf.st_mode)) {
  /bootable/recovery/tests/unit/
dirutil_test.cpp 60 ASSERT_TRUE(S_ISDIR(sb.st_mode));
78 ASSERT_TRUE(S_ISDIR(sb.st_mode));
97 ASSERT_TRUE(S_ISDIR(sb.st_mode));
103 ASSERT_TRUE(S_ISDIR(sb.st_mode));
  /external/e2fsprogs/tests/progs/
hold_inode.c 36 if (S_ISDIR(statbuf.st_mode)) {
  /external/toybox/toys/other/
lsattr.c 85 if(!S_ISREG(sb->st_mode) && !S_ISDIR(sb->st_mode)) {
98 if (!stat(path, &sb) && !S_ISREG(sb.st_mode) && !S_ISDIR(sb.st_mode)) {
150 if (S_ISDIR(root->st.st_mode) && !root->parent)
157 if (S_ISDIR(root->st.st_mode) && (toys.optflags & FLAG_R)
176 else if (S_ISDIR(sb.st_mode) && !(toys.optflags & FLAG_d))
195 if (!S_ISREG(sb->st_mode) && !S_ISDIR(sb->st_mode)) {
266 && !S_ISDIR(root->st.st_mode)))
287 if (!S_ISDIR(root->st.st_mode)) fval &= ~FS_DIRSYNC_FL;
298 if (S_ISDIR(root->st.st_mode) && chattr.recursive) return DIRTREE_RECURSE;
mountpoint.c 51 if (!S_ISDIR(st1.st_mode)) die("directory");
  /external/toybox/toys/posix/
ln.c 41 || !S_ISDIR(buf.st_mode))
51 if (S_ISDIR(buf.st_mode)) new = xmprintf("%s/%s", dest, basename(try));
du.c 85 else if (!S_ISDIR(st->st_mode) && st->st_nlink > 1) {
132 if (S_ISDIR(node->st.st_mode)) {
148 || (S_ISDIR(node->st.st_mode) && !(toys.optflags & FLAG_s)))
  /external/e2fsprogs/lib/e2p/
getflags.c 59 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
setflags.c 65 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
fgetflags.c 76 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
fsetflags.c 82 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
  /external/toybox/toys/pending/
diff.c 499 if (S_ISDIR(node->st.st_mode) && !node->parent) { //add root dirs.
504 if (S_ISDIR(node->st.st_mode) && (toys.optflags & FLAG_r)) {
513 return S_ISDIR(node->st.st_mode) ? 0 : (DIRTREE_RECURSE|DIRTREE_SYMFOLLOW);
702 if (S_ISDIR(st[0].st_mode) && S_ISDIR(st[1].st_mode))
704 else if (!S_ISREG(st[0].st_mode) && !S_ISDIR(st[0].st_mode))
707 else if (!S_ISREG(st[1].st_mode) && !S_ISDIR(st[1].st_mode))
710 else if (S_ISDIR(st[0].st_mode) != S_ISDIR(st[1].st_mode)) {
711 if (S_ISDIR(st[0].st_mode)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 40 def S_ISDIR(mode):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
systemtest.py 62 elif S_ISDIR(mode):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 40 def S_ISDIR(mode):
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
access.c 70 DirMatch = (! WantDir && (! S_ISDIR(FileStat.st_mode)));
  /external/dtc/
fstree.c 67 } else if (S_ISDIR(st.st_mode)) {
  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 84 if (!S_ISDIR(st.st_mode)) {
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 82 if (S_ISDIR(stats.st_mode))
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 70 if (S_ISDIR(st.st_mode)) { \
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd02.c 51 if (!stat(dirpath, &sb) && S_ISDIR(sb.st_mode))
  /external/python/cpython2/Demo/comparisons/
systemtest.py 62 elif S_ISDIR(mode):
  /external/python/cpython2/Lib/
stat.py 40 def S_ISDIR(mode):

Completed in 2393 milliseconds

1 2 3 4 5 6 7 8 91011>>