Searched refs:absPath (Results 1 – 5 of 5) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | BinaryTool.java | 45 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()
|
| D | FileUtils.java | 301 String absPath; in getFormatedPath() local 304 absPath = file.getCanonicalPath(); in getFormatedPath() 309 return Optional.of(absPath); in getFormatedPath()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | compile_info.ts | 134 …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);
|
| D | ets_checker.ts | 241 const absPath: string = path.resolve(buildInfoDirectory, fileNames[index]); constant 242 filesBuildInfo.set(isMacOrWin ? tryToLowerCasePath(absPath) : absPath, version);
|
| /developtools/hdc/src/common/ |
| D | transfer.cpp | 697 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath() local 698 if (!absPath) { in ExtractRelativePath()
|