Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 5 of 5) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DBinaryTool.java45 Optional<String> absPath = FileUtils.getFormatedPath(filePath); in generateBinaryFile() local
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()
DFileUtils.java301 String absPath; in getFormatedPath() local
304 absPath = file.getCanonicalPath(); in getFormatedPath()
309 return Optional.of(absPath); in getFormatedPath()
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts134 …let absPath: string = path.resolve(projectConfig.projectPath, key.toString().replace('.js.map','.j…
135 if (sourcemapNamesCollection && absPath) {
136 let map: Map<string, string> = sourcemapNamesCollection.get(absPath);
Dets_checker.ts241 const absPath: string = path.resolve(buildInfoDirectory, fileNames[index]); constant
242 filesBuildInfo.set(isMacOrWin ? tryToLowerCasePath(absPath) : absPath, version);
/developtools/hdc/src/common/
Dtransfer.cpp697 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath() local
698 if (!absPath) { in ExtractRelativePath()