HomeSort by relevance Sort by last modified time
    Searched refs:S_ISDIR (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /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 151 int dir = S_ISDIR(stat.st_mode);
175 } 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))
copy-acl.c 99 if (S_ISDIR (mode))
set-mode-acl.c 132 if (S_ISDIR (mode) && acl_delete_def_file (name))
  /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)) {
  /prebuilts/gcc/darwin-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/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)
  /external/e2fsprogs/debugfs/
dump.c 336 if (!S_ISDIR(st.st_mode)) {
  /external/mksh/src/
eval.c     [all...]
  /external/oprofile/libopagent/
opagent.c 138 if (rc || !S_ISDIR(dirstat.st_mode)) {
  /external/qemu/android/utils/
timezone.c 259 if ( S_ISDIR(ent_st.st_mode) && depth < 2 )

Completed in 1248 milliseconds

1 2 3 45 6 7 8