HomeSort by relevance Sort by last modified time
    Searched full:isdir (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/progs/
random_exercise.c 27 int isdir; member in struct:state
75 int isdir = 0; local
79 isdir = random() & 1;
80 if (isdir) {
93 state_array[fd].isdir = isdir;
96 state_array[fd].isdir = isdir;
107 if (state_array[fd].isdir)
123 if (state_array[fd].isdir)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 33 bool IsDir;
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
44 IsDir(false),
50 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); };
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 22 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; }
59 bool IsDir;
66 CArcItem(): IsDir(false), SizeDefined(false), MTimeDefined(false), Censored(false), TimeType(-1) {}
EnumDirItems.cpp 99 if (fi.IsDir())
134 if (fi.IsDir())
221 bool isDir = fi.IsDir();
222 if (isDir && !item.ForDir || !isDir && !item.ForFile)
231 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
235 if (!isDir)
273 if (!fi.IsDir())
310 if (curNode.CheckPathToRoot(false, addArchivePrefixNewTemp, !fi.IsDir()))
    [all...]
ArchiveOpenCallback.cpp 51 case kpidIsDir: prop = _fileInfo.IsDir(); break;
100 if (_fileInfo.IsDir())
ArchiveName.cpp 37 if (!fileInfo.IsDir() && !keepName)
  /external/icu/icu4c/source/tools/toolutil/
filetools.h 27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
filetools.cpp 40 * Also can be given just one file to check against. Default value for isDir is FALSE.
43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) {
50 if (isDir == TRUE) {
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
  /pdk/build/
pdk_utils.py 28 if not os.path.isdir(dest_full_path):
38 if not os.path.isdir(dest_full_path):
56 if not os.path.isdir(dest_full_path):
71 if not os.path.isdir(dest_dir):
85 if not os.path.isdir(dest_dir):
103 elif os.path.isdir(item_full_path):
113 if os.path.isfile(dest) or os.path.isdir(dest):
  /external/lldb/examples/test/
.lldb-loggings 8 if not os.path.isdir(dname):
  /external/lldb/test/unittest2/test/
test_discovery.py 35 original_isdir = os.path.isdir
37 os.path.isdir = original_isdir
45 def isdir(path): function in function:TestDiscovery.test_find_tests
47 os.path.isdir = isdir
78 original_isdir = os.path.isdir
80 os.path.isdir = original_isdir
87 os.path.isdir = lambda path: True
138 original_isdir = os.path.isdir
159 os.path.isdir = lambda path: Tru
334 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 34 original_isdir = os.path.isdir
36 os.path.isdir = original_isdir
44 def isdir(path): function in function:TestDiscovery.test_find_tests
46 os.path.isdir = isdir
77 original_isdir = os.path.isdir
79 os.path.isdir = original_isdir
86 os.path.isdir = lambda path: True
137 original_isdir = os.path.isdir
157 os.path.isdir = lambda path: Tru
339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 34 original_isdir = os.path.isdir
36 os.path.isdir = original_isdir
44 def isdir(path): function in function:TestDiscovery.test_find_tests
46 os.path.isdir = isdir
77 original_isdir = os.path.isdir
79 os.path.isdir = original_isdir
86 os.path.isdir = lambda path: True
137 original_isdir = os.path.isdir
157 os.path.isdir = lambda path: Tru
339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /external/e2fsprogs/e2fsck/
pass4.c 125 int isdir; local
159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i);
160 if (isdir && (link_counted > EXT2_LINK_MAX))
166 if ((link_count != inode->i_links_count) && !isdir &&
175 if ((isdir && link_counted > 1 &&
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 36 if os.path.isdir(path): return DIR
67 if os.path.isdir(src): children.update(os.listdir(src))
68 if os.path.isdir(dst):
cut_release.py 56 assert os.path.isdir(maven_directory_path), maven_directory_path
57 assert os.path.isdir(trunk_directory_path), trunk_directory_path
59 assert os.path.isdir(version_template_directory_path), (
104 if os.path.isdir(src_path):
  /external/lzma/CPP/Windows/
FileFind.cpp 37 if (!IsDir() || Name.IsEmpty())
47 if (!IsDir() || Name.IsEmpty())
247 return fi.Find(name) && !fi.IsDir();
253 return fi.Find(name) && fi.IsDir();
266 return fi.Find(name) && !fi.IsDir();
272 return fi.Find(name) && fi.IsDir();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 44 if os.path.isdir(name) or name == '':
52 while head and tail and not os.path.isdir(head):
74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)):
126 if not dry_run and not os.path.isdir(src):
159 elif os.path.isdir(src_name):
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 44 if os.path.isdir(name) or name == '':
52 while head and tail and not os.path.isdir(head):
74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)):
126 if not dry_run and not os.path.isdir(src):
159 elif os.path.isdir(src_name):
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 18 int inuse, int isdir)
34 if (isdir)
  /external/libcxxabi/test/libcxxabi/test/
config.py 38 if not os.path.isdir(cxx_headers):
46 if not os.path.isdir(libcxxabi_headers):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
38 elif not os.path.isdir(self.install_dir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
38 elif not os.path.isdir(self.install_dir):

Completed in 1367 milliseconds

1 2 3 4 5 6 7 8 91011>>