OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volumeRoot
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sisbkup.h
13
WINBOOL __stdcall SisCreateBackupStructure(PWCHAR
volumeRoot
,PVOID *sisBackupStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToBackup,PWCHAR **commonStoreFilesToBackup);
16
WINBOOL __stdcall SisCreateRestoreStructure(PWCHAR
volumeRoot
,PVOID *sisRestoreStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToRestore,PWCHAR **commonStoreFilesToRestore);
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
SharedMinimal.java
130
final File
volumeRoot
= storageVolume.getPathFile();
133
file = isRoot ?
volumeRoot
: new File(
volumeRoot
, directoryName).getCanonicalFile();
144
root =
volumeRoot
.getAbsolutePath();
Completed in 210 milliseconds