Searched refs:pathFile (Results 1 – 2 of 2) sorted by relevance
402 File pathFile = new File(splitCodePaths[i]); in getSplitRelativeCodePaths() local403 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()405 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths()
119 final File pathFile = new File(zipfile); in captureHeaps() local120 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()