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