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.java356 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local
357 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()
359 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DDumpTruck.java114 final File pathFile = new File(zipfile); in captureHeaps() local
115 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()