Home
last modified time | relevance | path

Searched defs:isDir (Results 1 – 25 of 144) sorted by relevance

123456

/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DUpdateCallbackGUI.cpp87 HRESULT CUpdateCallbackGUI::ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) in ScanProgress()
123 HRESULT CUpdateCallbackGUI::GetStream(const wchar_t *name, bool isDir, bool /* isAnti */, UInt32 mo… in GetStream() argument
159 HRESULT CUpdateCallbackGUI::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
239 HRESULT CUpdateCallbackGUI::ShowDeleteFile(const wchar_t *name, bool isDir) in ShowDeleteFile()
250 HRESULT CUpdateCallbackGUI::DeletingAfterArchiving(const FString &path, bool isDir) in DeletingAfterArchiving()
H A DUpdateCallbackGUI2.cpp40 HRESULT CUpdateCallbackGUI2::SetOperation_Base(UInt32 notifyOp, const wchar_t *name, bool isDir) in SetOperation_Base()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp611 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, b… in PrintProgress()
681 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) in GetStream()
768 HRESULT CUpdateCallbackConsole::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
870 HRESULT CUpdateCallbackConsole::ShowDeleteFile(const wchar_t *name, bool isDir) in ShowDeleteFile()
H A DHashCon.cpp38 HRESULT CHashCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) in ScanProgress()
229 HRESULT CHashCallbackConsole::GetStream(const wchar_t *name, bool isDir) in GetStream()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp185 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) in Final()
367 bool isDir, in WriteLine()
438 bool isDir, in WriteLine()
529 bool isDir = false; in HashCalc() local
1524 const bool isDir = hp.IsDir(); in Z7_COM7F_IMF() local
1891 const bool isDir = ui.IsDir; in Z7_COM7F_IMF() local
H A DExtractingFilePath.cpp194 …rrect_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir) in Correct_FsPath()
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
H A DGoldenPathManager.kt93 abstract val isDir: Boolean constant in platform.test.screenshot.PathElementBase
102 override val isDir: Boolean, constant in platform.test.screenshot.PathElementNoContext
113 override val isDir: Boolean, constant in platform.test.screenshot.PathElementWithContext
/aosp_15_r20/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java158 MtpObject(String name, int id, MtpStorage storage, MtpObject parent, boolean isDir) { in MtpObject()
182 public boolean isDir() { in isDir() method in MtpStorageManager.MtpObject
651 boolean isDir) { in addObjectToCache()
704 private synchronized void handleAddedObject(MtpObject parent, String path, boolean isDir) { in handleAddedObject()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DUpdateCallbackAgent.cpp120 HRESULT CUpdateCallbackAgent::GetStream(const wchar_t *name, bool isDir, bool /* isAnti */, UInt32 … in GetStream() argument
156 HRESULT CUpdateCallbackAgent::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
H A DAgentProxy.cpp374 bool isDir; in Load() local
683 bool isDir; in Load() local
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dfs.go119 isDir(i int) bool methodSpec
125 func (d fileInfoDirs) isDir(i int) bool { return d[i].IsDir() } func
131 func (d dirEntryDirs) isDir(i int) bool { return d[i].IsDir() } func
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/
H A DCanController.cpp89 bool isDir = fsItr->is_directory(fsStatus); in getIfaceName() local
170 bool isDir = fsItr->is_directory(fsStatus); in findUsbDevice() local
/aosp_15_r20/hardware/interfaces/automotive/can/aidl/default/
H A DCanController.cpp104 bool isDir = fsItr->is_directory(fsStatus); in getIfaceName() local
182 bool isDir = fsItr->is_directory(fsStatus); in findUsbDevice() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp119 …CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, bool isDir) in ScanProgress()
197 HRESULT CProgressSync::Set_Status2(const UString &s, const wchar_t *path, bool isDir) in Set_Status2()
211 void CProgressSync::Set_FilePath(const wchar_t *path, bool isDir) in Set_FilePath()
/aosp_15_r20/external/lzma/C/Util/7z/
H A D7zMain.c527 static void GetAttribString(UInt32 wa, BoolInt isDir, char *s) in GetAttribString()
662 const BoolInt isDir = SzArEx_IsDir(&db, i); in main() local
/aosp_15_r20/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DMediaStoreDownloadsHelper.java27 public static String getDocIdForMediaStoreDownload(long id, boolean isDir) { in getDocIdForMediaStoreDownload()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go233 func isDir(path string) bool { func
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
H A Dgen-grammar.go233 func isDir(path string) bool { func
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java109 TestWebData(int length, int lastModified, String name, String type, boolean isDir) { in TestWebData()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/tools/
H A Dgen-grammar.go233 func isDir(path string) bool { func
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater()
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dformat_test.go20 isDir bool member
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dembedcfg.go205 func (n *embedNode) isDir() bool { func
/aosp_15_r20/build/soong/mk2rbc/
H A Dfind_mockfs.go46 isDir bool member

123456