Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java402 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local
403 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()
405 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DDumpTruck.java119 final File pathFile = new File(zipfile); in captureHeaps() local
120 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()