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

1 2 3 4 56 7 8

  /system/core/libcutils/
dir_hash.c 235 if ((stat(name, &sb) == 0) && S_ISDIR(sb.st_mode)) {
  /external/dropbear/
scp.c 855 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode))
962 if (!S_ISDIR(stb.st_mode)) {
1182 if (S_ISDIR(stb.st_mode))
  /external/openssh/
scp.c 932 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode))
1039 if (!S_ISDIR(stb.st_mode)) {
1254 if (S_ISDIR(stb.st_mode))
sftp.c 493 return(S_ISDIR(sb.st_mode));
506 return(S_ISDIR(a->perm));
812 S_ISDIR(g.gl_statv[0]->st_mode)) {
    [all...]
sftp-client.c 1244 if (!S_ISDIR(dirattrib->perm)) {
1274 if (S_ISDIR(dir_entries[i]->a.perm)) {
    [all...]
  /frameworks/base/cmds/installd/
commands.c 77 if (S_ISDIR(libStat.st_mode)) {
229 if (S_ISDIR(libStat.st_mode)) {
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 290 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode)) { /* Is it an inode of a directory ? */
  /external/kernel-headers/original/linux/
msdos_fs.h 297 (S_ISDIR(inode->i_mode) ? ATTR_DIR : ATTR_NONE) |
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 886 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
    [all...]
  /external/qemu/android/utils/
path.c 252 return S_ISDIR(st.st_mode);
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 361 } else if (OsConstants.S_ISDIR(stat.st_mode)) {
  /libcore/luni/src/main/java/java/io/
File.java 531 return S_ISDIR(Libcore.os.stat(path).st_mode);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR)
  /system/extras/tests/fstest/
perm_checker.c 379 if (S_ISDIR(s.st_mode)) {
  /system/vold/
Volume.cpp 500 if (!S_ISDIR(sbuf.st_mode)) {
  /external/grub/stage2/
fsys_reiserfs.c 287 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000)
    [all...]
  /external/openssh/openbsd-compat/
glob.c 608 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
611 S_ISDIR(sb.st_mode)))) {
  /external/libxml2/
xmlIO.c 68 # ifndef S_ISDIR
70 # define S_ISDIR(x) _S_ISDIR(x)
79 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
784 #ifdef S_ISDIR
785 if (S_ISDIR(stat_buffer.st_mode))
    [all...]
  /external/openssl/apps/
apps.c     [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 689 if( ! S_ISDIR(mode) ){
968 if((dir->i_mode & S_ISGID) && S_ISDIR(mode))
1112 if (!S_ISDIR(inode->i_mode)) /* Don't link directories */
    [all...]
  /bootable/recovery/
recovery.cpp 360 if (!S_ISDIR(st.st_mode)) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/dnsmasq/src/
tftp.c 248 if (stat(daemon->namebuff, &statbuf) == -1 || !S_ISDIR(statbuf.st_mode))

Completed in 1518 milliseconds

1 2 3 4 56 7 8