Home
last modified time | relevance | path

Searched refs:directoryPath (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java105 Path directoryPath = directory.toPath(); in getStorageState() local
107 if (directoryPath.startsWith(entry.getKey())) { in getStorageState()
116 Path directoryPath = directory.toPath(); in getExternalStorageState() local
118 if (directoryPath.startsWith(entry.getKey())) { in getExternalStorageState()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp23 const FString &directoryPath, in Init() argument
34 _directoryPath = directoryPath; in Init()
DExtractCallbackSfx.h65 const FString &directoryPath,
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp234 void Init(IInArchive *archiveHandler, const FString &directoryPath);
243 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const FString &directoryPath) in Init() argument
247 _directoryPath = directoryPath; in Init()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp195 const FString &directoryPath, in Init() argument
255 _dirPathPrefix = directoryPath; in Init()
256 _dirPathPrefix_Full = directoryPath; in Init()
262 NDir::MyGetFullPathName(directoryPath, _dirPathPrefix_Full); in Init()
DArchiveExtractCallback.h298 const FString &directoryPath,