Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DDownloadManager.java516 String subPath) { in setDestinationInExternalFilesDir() argument
531 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()
556 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument
585 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
589 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() argument
590 if (subPath == null) { in setDestinationFromBase()
593 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath); in setDestinationFromBase()
/frameworks/base/services/core/java/com/android/server/
DGraphicsStatsService.java218 String subPath = String.format("%d/%s/%d/total", in pathForApp() local
220 return new File(mGraphicsStatsDir, subPath); in pathForApp()