Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 21 of 21) sorted by relevance

/external/e2fsprogs/tests/progs/
Drandom_exercise.c27 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/
Dbuilt-product-archive69 if os.path.isdir(thinDirectory):
92 if os.path.isdir(configurationBuildDirectory):
101 if os.path.isdir(binDirectory):
/external/e2fsprogs/e2fsck/
Dswapfs.c23 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/
Dalloc_stats.c19 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument
28 if (isdir) in ext2fs_inode_alloc_stats2()
Dext2fs.h500 int inuse, int isdir);
/external/webkit/V8Binding/v8/test/message/
Dtestcfg.py30 from os.path import join, dirname, exists, basename, isdir
102 if isdir(path):
/external/clearsilver/imd/
Dimdm.py35 elif os.path.isdir(fullpath):
142 if os.path.isdir(os.path.join(dir,a_dir)):
Dimd.c160 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/
Dwscript103 if os.path.isdir(fullpath) and not item == "os-win32" and not item == 'icu':
/external/clearsilver/python/examples/base/
Dhandle_error.py70 if not os.path.isdir(path):
/external/gtest/scripts/
Dfuse_gtest_files.py144 if not os.path.isdir(parent_directory):
/external/jpeg/
Dltmain.sh1642 isdir=
1653 -d) isdir=yes ;;
1711 test -d "$dest" && isdir=yes
1712 if test -n "$isdir"; then
/external/webkit/WebKitTools/Scripts/modules/
Dscm.py212 return os.path.isdir(os.path.join(path, '.svn'))
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py170 if not os.path.isdir(base):
753 if not os.path.isdir(dirname):
DJetCreator.py1412 if not os.path.isdir(JetDefs.TEMP_JET_DIR):
/external/webkit/V8Binding/v8/tools/
Dtest.py34 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/
Dtrans.py271 if os.path.isdir(fname):
/external/expat/conftools/
Dltmain.sh5755 isdir=no
5766 -d) isdir=yes ;;
5827 test -d "$dest" && isdir=yes
5828 if test "$isdir" = yes; then
/external/dbus/
Dltmain.sh5798 isdir=no
5809 -d) isdir=yes ;;
5870 test -d "$dest" && isdir=yes
5871 if test "$isdir" = yes; then
/external/libffi/
Dltmain.sh5818 isdir=no
5829 -d) isdir=yes ;;
5890 test -d "$dest" && isdir=yes
5891 if test "$isdir" = yes; then
/external/libpng/
Dltmain.sh1876 isdir=no
1887 -d) isdir=yes ;;
1938 test -d "$dest" && isdir=yes
1939 if test "$isdir" = yes; then