Searched refs:isdir (Results 1 – 21 of 21) sorted by relevance
/external/e2fsprogs/tests/progs/ |
D | random_exercise.c | 27 int isdir; member 75 int isdir = 0; in create_random_file() local 79 isdir = random() & 1; in create_random_file() 80 if (isdir) { in create_random_file() 93 state_array[fd].isdir = isdir; in create_random_file() 96 state_array[fd].isdir = isdir; in create_random_file() 107 if (state_array[fd].isdir) in truncate_file() 123 if (state_array[fd].isdir) in unlink_file() 157 if ((state_array[fd].isdir == 0) && in main()
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
D | built-product-archive | 69 if os.path.isdir(thinDirectory): 92 if os.path.isdir(configurationBuildDirectory): 101 if os.path.isdir(binDirectory):
|
/external/e2fsprogs/e2fsck/ |
D | swapfs.c | 23 int isdir; member 41 if (sb->isdir && (blockcnt >= 0) && *block_nr) { in swap_block() 90 sb.isdir = 0; in swap_inode_blocks() 92 sb.isdir = 1; in swap_inode_blocks()
|
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_stats.c | 19 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument 28 if (isdir) in ext2fs_inode_alloc_stats2()
|
D | ext2fs.h | 500 int inuse, int isdir);
|
/external/webkit/V8Binding/v8/test/message/ |
D | testcfg.py | 30 from os.path import join, dirname, exists, basename, isdir 102 if isdir(path):
|
/external/clearsilver/imd/ |
D | imdm.py | 35 elif os.path.isdir(fullpath): 142 if os.path.isdir(os.path.join(dir,a_dir)):
|
D | imd.c | 160 int isdir(char *dir) { in isdir() function 187 if (!isdir(s)) { in create_directories() 532 if (descend && isdir(fpath)) in load_images() 863 if (isdir(path)) return 1; in is_album()
|
/external/webkit/WebCore/ |
D | wscript | 103 if os.path.isdir(fullpath) and not item == "os-win32" and not item == 'icu':
|
/external/clearsilver/python/examples/base/ |
D | handle_error.py | 70 if not os.path.isdir(path):
|
/external/gtest/scripts/ |
D | fuse_gtest_files.py | 144 if not os.path.isdir(parent_directory):
|
/external/jpeg/ |
D | ltmain.sh | 1642 isdir= 1653 -d) isdir=yes ;; 1711 test -d "$dest" && isdir=yes 1712 if test -n "$isdir"; then
|
/external/webkit/WebKitTools/Scripts/modules/ |
D | scm.py | 212 return os.path.isdir(os.path.join(path, '.svn'))
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 170 if not os.path.isdir(base): 753 if not os.path.isdir(dirname):
|
D | JetCreator.py | 1412 if not os.path.isdir(JetDefs.TEMP_JET_DIR):
|
/external/webkit/V8Binding/v8/tools/ |
D | test.py | 34 from os.path import join, dirname, abspath, basename, isdir, exists 1209 return isdir(path) and exists(join(path, 'testcfg.py'))
|
/external/clearsilver/python/examples/trans/ |
D | trans.py | 271 if os.path.isdir(fname):
|
/external/expat/conftools/ |
D | ltmain.sh | 5755 isdir=no 5766 -d) isdir=yes ;; 5827 test -d "$dest" && isdir=yes 5828 if test "$isdir" = yes; then
|
/external/dbus/ |
D | ltmain.sh | 5798 isdir=no 5809 -d) isdir=yes ;; 5870 test -d "$dest" && isdir=yes 5871 if test "$isdir" = yes; then
|
/external/libffi/ |
D | ltmain.sh | 5818 isdir=no 5829 -d) isdir=yes ;; 5890 test -d "$dest" && isdir=yes 5891 if test "$isdir" = yes; then
|
/external/libpng/ |
D | ltmain.sh | 1876 isdir=no 1887 -d) isdir=yes ;; 1938 test -d "$dest" && isdir=yes 1939 if test "$isdir" = yes; then
|