Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance
516 String subPath) { in setDestinationInExternalFilesDir() argument531 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()556 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument585 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()589 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() argument590 if (subPath == null) { in setDestinationFromBase()593 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath); in setDestinationFromBase()
218 String subPath = String.format("%d/%s/%d/total", in pathForApp() local220 return new File(mGraphicsStatsDir, subPath); in pathForApp()