Searched refs:absPath (Results 1 – 4 of 4) sorted by relevance
45 Optional<String> absPath = FileUtils.getFormatedPath(filePath); in generateBinaryFile() local46 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()
301 String absPath; in getFormatedPath() local304 absPath = file.getCanonicalPath(); in getFormatedPath()309 return Optional.of(absPath); in getFormatedPath()
135 …let absPath: string = path.resolve(projectConfig.projectPath, key.toString().replace('.js.map','.j…136 if (sourcemapNamesCollection && absPath) {137 let map: Map<string, string> = sourcemapNamesCollection.get(absPath);
708 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath() local709 if (!absPath) { in ExtractRelativePath()