Home
last modified time | relevance | path

Searched refs:absPath (Results 1 - 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DBinaryTool.java45 Optional<String> absPath = FileUtils.getFormatedPath(filePath); in generateBinaryFile()
46 if (!absPath.isPresent()) { in generateBinaryFile()
58 if (!writePackageInfo(absPath.get(), appStream)) { in generateBinaryFile()
62 FileUtils.getFileList(absPath.get(), fileList); in generateBinaryFile()
65 writeFileInfo(absPath.get(), absPath.get(), isWindows, writeFileList, appStream); in generateBinaryFile()
H A DFileUtils.java302 String absPath; in getFormatedPath()
305 absPath = file.getCanonicalPath(); in getFormatedPath()
310 return Optional.of(absPath); in getFormatedPath()
/developtools/hdc/src/common/
H A Dtransfer.cpp779 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath() local
780 if (!absPath) { in ExtractRelativePath()

Completed in 3 milliseconds