OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mountDir
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
69
final File
mountDir
= new File(mountPath);
71
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());
Completed in 266 milliseconds