HomeSort by relevance Sort by last modified time
    Searched refs:S_ISDIR (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /system/core/cpio/
mkbootfs.c 81 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode);
253 } else if(S_ISDIR(s.st_mode)) {
  /system/core/toolbox/
ls.c 396 if (S_ISDIR(s.st_mode)) {
431 if ((flags & LIST_DIRECTORIES) == 0 && S_ISDIR(s.st_mode)) {
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 236 # undef S_ISDIR
238 # ifndef S_ISDIR
239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
810 && S_ISDIR (st.st_mode)))
956 || !S_ISDIR (st.st_mode))
1032 && S_ISDIR (st.st_mode))
    [all...]
  /system/core/adb/
file_sync_client.c 637 if (S_ISDIR(st.st_mode)) {
760 if(S_ISDIR(st.st_mode)) {
772 if((mode != 0) && S_ISDIR(mode)) {
816 if (S_ISDIR(mode)) {
966 if(S_ISDIR(st.st_mode)) {
991 } else if(S_ISDIR(mode)) {
  /external/bluetooth/glib/gio/
glocalfile.c 99 #ifndef S_ISDIR
100 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
1296 if (fstat(fd, &buf) == 0 && S_ISDIR (buf.st_mode))
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 32 #ifndef S_ISDIR
33 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0)
525 else if (S_ISDIR(StatBuf.st_mode)) {
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 414 S_ISDIR(stats.st_mode) ||
507 else if(S_ISDIR(stats.st_mode))
555 if(!S_ISDIR(stats.st_mode))
  /system/extras/ext4_utils/
ext4fixup.c 612 if (S_ISDIR(inode.i_mode)) {
718 if (!S_ISDIR(tmp_inode.i_mode)) {
833 if (!S_ISDIR(root_inode.i_mode)) {
make_ext4fs.c 150 int dir = S_ISDIR(stat.st_mode);
174 } else if (S_ISDIR(stat.st_mode)) {
  /build/libs/host/
CopyFile.c 441 if (statResult == 0 && !S_ISDIR(dstStat.st_mode)) {
615 if (S_ISDIR(srcStat.st_mode)) {
  /external/e2fsprogs/ext2ed/
inode_com.c 248 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode))
352 if (!S_ISDIR (type_data.u.t_ext2_inode.i_mode)) {
  /external/grub/stage2/
fsys_ext2fs.c 235 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
690 if (!(INODE->i_size) || !S_ISDIR (INODE->i_mode))
  /external/openssh/
defines.h 138 #ifndef S_ISDIR
139 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR))
140 #endif /* S_ISDIR */
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 241 file_value->SetBoolean(kPropertyDirectory, S_ISDIR(data.info.stat.st_mode));
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 123 return S_ISDIR(stat_.st_mode);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 72 if (S_ISDIR(filetype.st_mode)) {
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 153 if (!S_ISDIR(st.st_mode)) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 329 if (ret == 0 && S_ISDIR (sb->st_mode))
  /system/core/run-as/
package.c 160 if (!S_ISDIR(st.st_mode))
  /system/core/sh/
cd.c 125 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) {
  /frameworks/base/cmds/rawbu/
backup.cpp 131 if(S_ISDIR(statBuffer.st_mode)) {
316 if(S_ISDIR(statBuffer.st_mode)) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 468 #ifndef S_ISDIR
469 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 513 #ifndef S_ISDIR
514 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 513 #ifndef S_ISDIR
514 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 513 #ifndef S_ISDIR
514 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)

Completed in 652 milliseconds

1 2 34 5 6 7