/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.cpp | 565 if (!destFileInfo.IsDir())
574 if (destFileInfo.IsDir())
674 Int32 isDir,
693 _isFolder = IntToBool(isDir);
724 file.IsDir = IntToBool(isDir);
739 // else if (isDir) file.Attrib = FILE_ATTRIBUTE_DIRECTORY;
|
/prebuilts/go/darwin-x86/src/os/ |
file_windows.go | 82 func (f *file) isdir() bool { return f != nil && f.dirinfo != nil } func 169 if file.isdir() && file.dirinfo.isempty { 177 if file.isdir() { 197 if !file.isdir() { 543 isdir := err == nil && fi.IsDir() 555 if isdir {
|
/prebuilts/go/linux-x86/src/os/ |
file_windows.go | 82 func (f *file) isdir() bool { return f != nil && f.dirinfo != nil } func 169 if file.isdir() && file.dirinfo.isempty { 177 if file.isdir() { 197 if !file.isdir() { 543 isdir := err == nil && fi.IsDir() 555 if isdir {
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 53 if (fileInfo.IsDir())
555 if (rp.GetNewPath(ai.IsDir, ai.Name, dest))
836 RINOK(Archive_IsItem_Folder(archive, i, ai.IsDir));
842 ai.Censored = censor.CheckPath(ai.IsAltStream, ai.Name, !ai.IsDir);
873 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir)
875 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
1027 if (fi.IsDir())
1171 if (fi.IsDir())
[all...] |
Extract.cpp | 230 if (fi.IsDir())
271 if (!fi.Find(us2fs(arcPath)) || fi.IsDir())
359 if (!fi.IsDir())
|
/development/build/tools/ |
mk_sources_zip.py | 121 if not os.path.isdir(p.SRC): 160 elif os.path.isdir(filepath): 199 if not os.path.isdir(dest_dir):
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
zipio.py | 5 XXX: Need to determine if isdir("zipfile.zip") 226 def isdir(path): function 230 ok = _os.path.isdir(path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_oauth2client.py | 270 ORIGINAL_ISDIR = os.path.isdir 272 os.path.isdir = lambda path: True 280 os.path.isdir = ORIGINAL_ISDIR 284 ORIGINAL_ISDIR = os.path.isdir 290 os.path.isdir = lambda path: True 295 os.path.isdir = ORIGINAL_ISDIR 325 ORIGINAL_ISDIR = os.path.isdir 327 os.path.isdir = lambda path: False 330 os.path.isdir = ORIGINAL_ISDIR 466 ORIGINAL_ISDIR = os.path.isdir [all...] |
/external/google-breakpad/src/tools/mac/crash_report/ |
on_demand_symbol_supplier.mm | 223 BOOL isDir; 224 if ([mgr fileExistsAtPath:path isDirectory:&isDir] && (!isDir)) {
|
/external/jsoncpp/devtools/ |
batchbuild.py | 100 if os.path.isdir( self.work_dir ): 103 if not os.path.isdir( self.work_dir ): 264 if not os.path.isdir( work_dir ):
|
/external/lzma/CPP/Windows/ |
FileDir.cpp | 277 if (!fileInfo.IsDir())
337 if (!fi.IsDir())
358 if (fi.IsDir())
|
/external/v8/build/ |
landmines.py | 171 if (os.path.isdir(path) and 182 elif os.path.isdir(path): 188 if os.path.exists(project_dir) and os.path.isdir(project_dir):
|
/cts/tools/utils/ |
android_api_description_splitter.py | 89 if not os.path.isdir(self.out):
|
/external/autotest/client/site_tests/logging_UdevCrash/ |
logging_UdevCrash.py | 60 if os.path.isdir(os.path.join(DRIVER_DIR, filename)):
|
/external/autotest/client/tests/ctcs/ |
ctcs.py | 97 if os.path.isdir(self.srcdir):
|
/external/autotest/client/tests/kvm/tests/ |
trans_hugepage_defrag.py | 47 if not os.path.isdir(mem_path):
|
trans_hugepage_swapping.py | 69 if not os.path.isdir(mem_path):
|
/external/autotest/client/virt/ |
rss_client.py | 283 elif os.path.isdir(path): 419 if os.path.isdir(dst_path): 427 if os.path.isdir(dst_path): 429 if not os.path.isdir(dst_path):
|
/external/autotest/server/site_tests/native_Benchmarks/ |
webm.py | 69 if os.path.isdir(self.src):
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_logging_config.py | 73 if not os.path.isdir(log_dir):
|
/external/autotest/utils/ |
tko_publish.py | 42 if (os.path.isdir(dir)
|
/external/chromium-trace/catapult/firefighter/bin/ |
packaging.py | 53 if os.path.isdir(src):
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_glob.py | 83 if basename or self._path_module.isdir(dirname):
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
finddata.py | 58 if os.path.isdir(fn):
|
/external/chromium-trace/catapult/third_party/gsutil/ |
gsutil.py | 76 if not os.path.isdir(os.path.join(THIRD_PARTY_DIR, libdir)):
|