Searched refs:getFormatedPath (Results 1 – 4 of 4) sorted by relevance
50 Optional<String> absHapPath = FileUtils.getFormatedPath(hapPath); in packHapTobin()81 Optional<String> absProjectPath = FileUtils.getFormatedPath(projectPath); in packProjectTobin()
45 Optional<String> absPath = FileUtils.getFormatedPath(filePath); in generateBinaryFile()49 Optional<String> absBinaryFilePath = FileUtils.getFormatedPath(binaryFilePath); in generateBinaryFile()
53 Optional<String> absBinPath = FileUtils.getFormatedPath(binPath); in getVersionCode()
300 public static Optional<String> getFormatedPath(final String filePath) { in getFormatedPath() method in FileUtils323 Optional<String> absFilePath = getFormatedPath(filePath); in checkFileIsExists()