OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildObbPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
30
import static com.android.server.MountService.
buildObbPath
;
293
buildObbPath
("/storage/random/foo", userId, true));
295
buildObbPath
("/storage/random/foo", userId, false));
299
buildObbPath
("/storage/emulated_legacy/foo", userId, true));
301
buildObbPath
("/storage/emulated_legacy/foo", userId, false));
303
buildObbPath
("/storage/emulated/10/foo", userId, true));
305
buildObbPath
("/storage/emulated/10/foo", userId, false));
309
buildObbPath
("/storage/emulated_legacy/Android/obb/foo", userId, true));
311
buildObbPath
("/storage/emulated_legacy/Android/obb/foo", userId, false));
313
buildObbPath
("/storage/emulated/10/Android/obb/foo", userId, true))
[
all
...]
/frameworks/base/services/java/com/android/server/
MountService.java
248
this.ownerPath =
buildObbPath
(canonicalPath, userId, false);
249
this.voldPath =
buildObbPath
(canonicalPath, userId, true);
[
all
...]
Completed in 477 milliseconds