/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.cpp | 451 RINOK(Archive_IsItem_Folder(archive, index, _fi.IsDir));
585 if (!_wildcardCensor->CheckPath(_isAltStream, fullPath, !_fi.IsDir))
665 return ExtractToStreamCallback->GetStream7(GetProp_Spec->Name, _fi.IsDir, outStream, askExtractMode, GetProp);
712 if (!_fi.IsDir)
722 if (_fi.IsDir)
740 if (_fi.IsDir)
813 if (fileInfo.IsDir())
879 if (_fi.IsDir && !isRelative)
895 if (!NFile::NIO::SetReparseData(fullProcessedPath, _fi.IsDir, data, (DWORD)data.Size()))
1007 return _extractCallback2->PrepareOperation(_filePath, _fi.IsDir,
[all...] |
UpdateCallback.cpp | 329 // if (di.IsDir())
398 case kpidIsDir: prop = di.IsDir(); break;
428 bool isDir = IsDir(up);
442 if (!isDir)
454 if (isDir)
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.h | 77 bool IsDir;
91 IsDir(false),
138 if (Files.Size() < 1 || Files[0].IsAltStream || Files[0].IsDir)
|
/external/mesa3d/scons/ |
llvm.py | 49 if not os.path.isdir(llvm_dir): 58 if not os.path.isdir(llvm_bin_dir): 60 if not os.path.isdir(llvm_bin_dir):
|
/external/opencv3/platforms/ios/ |
build_framework.py | 47 if not os.path.isdir(builddir): 98 if os.path.isdir(framework_dir): 151 if os.path.isdir(args.contrib + "/modules"):
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCFileLogger.mm | 73 BOOL isDir = NO; 75 if ([fileManager fileExistsAtPath:dirPath isDirectory:&isDir]) { 76 if (!isDir) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 27 elif os.path.isdir(path): 33 #self.assertTrue(os.path.isdir(lib_dir), lib_dir) 51 self.assertTrue(os.path.isdir(inc_dir), inc_dir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 27 elif os.path.isdir(path): 33 #self.assertTrue(os.path.isdir(lib_dir), lib_dir) 51 self.assertTrue(os.path.isdir(inc_dir), inc_dir)
|
/system/extras/simpleperf/ |
utils.cpp | 120 if (IsDir(dirpath + std::string("/") + entry->d_name)) { 133 bool IsDir(const std::string& dirpath) { 169 if (!IsDir(dir_path)) {
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 173 if (u1.IsDir != u2.IsDir)
176 if (u1.IsDir)
181 return (u1.IsDir && u1.IsAnti) ? -n : n;
323 if (u1.IsDir != u2.IsDir)
324 return u1.IsDir ? 1 : -1;
325 if (u1.IsDir)
501 file.IsDir = ui.IsDir;
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
FileDialog.py | 114 if os.path.isdir(dir_or_file): 174 if os.path.isdir(fullname): 191 if filter[-1:] == os.sep or os.path.isdir(filter): 243 if os.path.isdir(file): 256 if not os.path.isdir(head):
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
FileDialog.py | 114 if os.path.isdir(dir_or_file): 174 if os.path.isdir(fullname): 191 if filter[-1:] == os.sep or os.path.isdir(filter): 243 if os.path.isdir(file): 256 if not os.path.isdir(head):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 114 if os.path.isdir(dir_or_file): 174 if os.path.isdir(fullname): 191 if filter[-1:] == os.sep or os.path.isdir(filter): 243 if os.path.isdir(file): 256 if not os.path.isdir(head):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 114 if os.path.isdir(dir_or_file): 174 if os.path.isdir(fullname): 191 if filter[-1:] == os.sep or os.path.isdir(filter): 243 if os.path.isdir(file): 256 if not os.path.isdir(head):
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 37 if os.path.isdir(path): 84 if not os.path.isdir(testDir): 185 if not os.path.isdir(testDir):
|
/external/autotest/client/bin/ |
setup_job_unittest.py | 131 self.god.stub_function(os.path, 'isdir') 216 os.path.isdir.expect_call(tmp_dir).and_return(False) 235 os.path.isdir.expect_call(tmp_dir).and_return(True)
|
/external/autotest/client/virt/ |
virt_test_setup.py | 48 if os.path.isdir(RH_THP_PATH): 50 elif os.path.isdir(UPSTREAM_THP_PATH): 266 if not os.path.isdir(self.hugepage_path):
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_manager_util_unittest.py | 62 if os.path.isdir(self.tmp_dir): 76 self.assertTrue(os.path.isdir(top_dir)) 77 self.assertTrue(os.path.isdir(sub_dir))
|
/external/jsoncpp/ |
doxybuild.py | 88 if not os.path.isdir( output_dir ): 109 if os.path.isdir( output_dir ): 112 if not os.path.isdir( output_dir ):
|
/external/llvm/utils/lit/lit/ |
discovery.py | 65 while not os.path.isdir(item): 132 if not os.path.isdir(source_path): 155 if not os.path.isdir(file_sourcepath):
|
/external/opencv3/modules/core/src/ |
glob.cpp | 140 static bool isDir(const cv::String& path, DIR* dir) 238 if (isDir(path, dir)) 265 if (isDir(pattern, 0))
|
/external/opencv3/platforms/scripts/ |
ABI_compat_generator.py | 24 if not os.path.isdir(os.path.join(root, path)) \ 38 if (os.path.isdir(currentPath)): 82 if os.path.isdir(os.path.join(dir, name))]
|
/frameworks/compile/slang/tests/ |
test.py | 217 if os.path.isdir(arg): 228 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'): 233 if os.path.isdir(f):
|
/bionic/libc/tools/ |
symbols.py | 76 if not os.path.isdir(lib_dir):
|
/external/autotest/client/common_lib/ |
base_job_unittest.py | 267 self.assert_(os.path.isdir('testing')) 269 self.assert_(os.path.isdir('testing')) 273 self.assert_(not os.path.isdir('testing2')) 287 self.assert_(os.path.isdir('testing4')) 289 self.assert_(os.path.isdir('testing4')) 293 self.assert_(not os.path.isdir('testing5')) 295 self.assert_(os.path.isdir('testing5')) 299 self.assert_(not os.path.isdir('testing6')) 301 self.assert_(os.path.isdir('testing6/subdir')) 307 self.assert_(not os.path.isdir('testing7') [all...] |