Searched refs:pathFile (Results 1 – 2 of 2) sorted by relevance
408 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local409 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()411 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
118 final File pathFile = new File(zipfile); in captureHeaps() local119 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()