OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mountdir
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
75
final File
mountDir
= new File(mountPath);
76
final File testFile = new File(
mountDir
, "test1.txt");
78
assertTrue("OBB mounted path should be a directory",
mountDir
.isDirectory());
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
222
final File
mountDir
= new File(mountPath);
225
mountDir
.isDirectory());
/frameworks/base/tools/obbtool/
mkobb.sh
21
MOUNTDIR
=/tmp
248
temp_mount="${
MOUNTDIR
}/${RANDOM}"
Completed in 40 milliseconds