HomeSort by relevance Sort by last modified time
    Searched full:isdir (Results 26 - 50 of 445) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 51 case kpidIsDir: prop = _fileInfo.IsDir(); break;
100 if (_fileInfo.IsDir())
ArchiveName.cpp 37 if (!fileInfo.IsDir() && !keepName)
ArchiveExtractCallback.cpp 164 RINOK(IsArchiveItemFolder(archive, index, _fi.IsDir));
186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir))
251 if (!_fi.IsDir)
261 if (_fi.IsDir)
272 if (_fi.IsDir)
409 return _extractCallback2->PrepareOperation(_filePath, _fi.IsDir,
450 if (_fi.IsDir)
  /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):
  /external/chromium_org/chrome/test/pyautolib/
policy_posix_util.py 16 assert os.path.isdir(sys.argv[3])
pyauto_utils.py 47 assert os.path.isdir(self._path), '%s is not a directory' % self._path
79 if os.path.isdir(self._path):
85 if self._backup_dir and os.path.isdir(self._backup_dir):
91 if os.path.isdir(path):
107 if not os.path.isdir(dir):
114 if not os.path.isdir(name):
118 if not os.path.isdir(dir):
  /external/chromium_org/third_party/mesa/
generate_git_sha1.py 31 if not os.path.isdir(parentdir):
  /external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
gyptest-generator-output-different-drive.py 31 if not os.path.isdir(os.path.abspath(output_dir)):
  /external/e2fsprogs/e2fsck/
pass4.c 124 int isdir = ext2fs_test_inode_bitmap(ctx->inode_dir_map, i); local
158 if (isdir && (link_counted > EXT2_LINK_MAX))
164 if ((link_count != inode->i_links_count) && !isdir &&
173 if ((isdir && link_counted > 1 &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 40 if os.path.isdir(os.path.join(head, list[i])):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 40 if os.path.isdir(os.path.join(head, list[i])):
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 94 if not os.path.isdir(p.SRC):
96 elif not os.path.isdir(p.DST):
122 elif os.path.isdir(fp):
155 if not os.path.isdir(dir):
  /external/chromium/testing/gmock/test/
gmock_test_utils.py 43 # isdir resolves symbolic links.
45 if os.path.isdir(gtest_tests_util_dir):
  /external/chromium_org/build/linux/
install-chromeos-fonts.py 34 if not os.path.isdir(FONTS_DIR):
49 if os.path.isdir(dest_dir):
  /external/chromium_org/chrome/common/extensions/docs/server2/
local_file_system.py 35 if os.path.isdir(os.path.join(dir_name, os_path)):
44 if os.path.isdir(path):
  /external/chromium_org/tools/perf/measurements/
blink_perf.py 34 if os.path.isdir(candidate_path):
39 if os.path.isdir(path):
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 31 from os.path import isdir namespace
39 return isdir(path) and exists(join(path, 'testcfg.py'))
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 52 !_db->IsItemAnti(index) && !fi.IsDir)
69 (fi.IsDir || !fi.CrcDefined || !_checkCrc || fi.Crc == _crcStreamSpec->GetCRC()) ?
  /external/lzma/CPP/Windows/
FileFind.h 20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; }
49 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); }
  /external/skia/tools/
test_rendering.py 97 if (os.path.isdir(render_dir)):
100 if (os.path.isdir(diff_dir)):
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 88 Support_TestWebData(int length, int lastModified, String name, String type, boolean isDir, long expDate) {
93 testDir = isDir;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 61 if os.path.isdir(tcldir):
77 if os.path.isdir(tixdir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 61 if os.path.isdir(tcldir):
77 if os.path.isdir(tixdir):
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_to_load.py 16 if not os.path.isdir(path):

Completed in 638 milliseconds

12 3 4 5 6 7 8 91011>>