OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mountPath
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
58
final String
mountPath
= checkMountedPath(canonPath);
59
final File mountDir = new File(
mountPath
);
229
final String
mountPath
= mStorageManager.getMountedObbPath(path);
232
mountPath
);
233
return
mountPath
;
/frameworks/base/core/tests/coretests/src/com/android/server/
MountServiceTests.java
185
final String
mountPath
= sm.getMountedObbPath(file.getPath());
188
mountPath
);
189
return
mountPath
;
219
final String
mountPath
= checkMountedPath(sm, outFile);
220
final File mountDir = new File(
mountPath
);
/external/webkit/Tools/Scripts/
bisect-builds
366
my $
mountPath
= "/Volumes/WebKit";
367
my $webkitApp = File::Spec->catfile($
mountPath
, "WebKit.app");
372
while (-e $
mountPath
) {
375
`hdiutil detach '$
mountPath
' 2> $devNull`;
376
die "Could not unmount $diskImage at $
mountPath
" if $i > 100;
378
die "Can't mount $diskImage: $
mountPath
already exists!" if -e $
mountPath
;
386
die "Could not mount $diskImage at $
mountPath
" if $i > 100;
400
`hdiutil detach '$
mountPath
' 2> $devNull`;
/system/vold/
VolumeManager.cpp
186
int VolumeManager::getObbMountPath(const char *sourceFile, char *
mountPath
, int mountPathLen) {
193
memset(
mountPath
, 0, mountPathLen);
194
snprintf(
mountPath
, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
196
if (access(
mountPath
, F_OK)) {
[
all
...]
/external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js
[
all
...]
Completed in 262 milliseconds