Searched refs:pathFile (Results 1 – 2 of 2) sorted by relevance
356 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local357 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()359 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
114 final File pathFile = new File(zipfile); in captureHeaps() local115 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()