Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java409 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local
410 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()
412 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java113 final File pathFile = new File(zipfile); in captureHeaps() local
114 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()