HomeSort by relevance Sort by last modified time
    Searched refs:userPath (Results 1 - 10 of 10) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java 87 final File userPath = new File(path, userId);
91 assertDirNoWriteAccess(userPath);
92 assertDirNoWriteAccess(buildCommonChildDirs(userPath));
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 295 final File userPath = new File(path, userId);
298 final File testUserProbe = new File(userPath, probe.getName());
307 assertDirNoWriteAccess(userPath);
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 93 final File userPath = new File(path, userId);
96 assertDirNoAccess(userPath);
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 338 File userPath = getPathForUser(userId);
339 if (userPath == null) {
340 userPath = new File("/dev/null");
362 mtpReserveSize = storage.getStorageLowBytes(userPath);
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 286 final File userPath = volume.getPathForUser(userId);
287 final String path = userPath == null ? null : volume.getPathForUser(userId).getPath();
292 + "\n\tuserPath: " + userPath
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 34 userPath string // String the user used to find this package.
104 func parsePackage(writer io.Writer, pkg *build.Package, userPath string) *Package {
150 userPath: userPath,
406 if pkg.userPath == "" || pkg.userPath == pkg.build.ImportPath {
main.go 92 buildPackage, userPath, sym, more := parseArgs(flagSet.Args())
97 pkg := parsePackage(writer, buildPackage, userPath)
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 34 userPath string // String the user used to find this package.
104 func parsePackage(writer io.Writer, pkg *build.Package, userPath string) *Package {
150 userPath: userPath,
406 if pkg.userPath == "" || pkg.userPath == pkg.build.ImportPath {
main.go 92 buildPackage, userPath, sym, more := parseArgs(flagSet.Args())
97 pkg := parsePackage(writer, buildPackage, userPath)
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 3169 milliseconds