Searched refs:targetPath (Results 1 – 4 of 4) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | Scan.java | 109 String targetPath = currentDir + LINUX_FILE_SEPARATOR + UNPACK_NAME; in scanExecute() local 110 List<String> fileList = getAllInputFileList(utility, targetPath); in scanExecute() 137 File deleteFile = new File(targetPath); in scanExecute() 159 String targetPath = copyPath + LINUX_FILE_SEPARATOR + fileName; in getAllInputFileList() local 160 File targetFile = new File(targetPath); in getAllInputFileList() 170 unpackHap(targetPath, outPath); in getAllInputFileList() 253 private static void writeFile(String targetPath, String data) throws IOException { in writeFile() argument 254 try (FileWriter fileWriter = new FileWriter(targetPath)) { in writeFile()
|
| D | Compressor.java | 1214 private static void writeJsonFile(String dataJson, String targetPath) throws BundleException { in writeJsonFile() argument 1228 FileWriter fileWriter = new FileWriter(targetPath); in writeJsonFile() 1303 String targetPath = targetParentPath + LINUX_FILE_SEPARATOR + ADDITION_JSON; in compressHapAddition() local 1304 writeJsonFile(data, targetPath); in compressHapAddition()
|
| /developtools/smartperf_host/ide/ |
| D | webpack.config.js | 40 function cpFile(sourcePath, targetPath) { argument 48 const target = `${targetPath}/${file}`;
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_test.cpp | 1384 std::string targetPath = "target.trace.bin"; variable 1386 auto writerTarget = std::make_shared<TraceFileWriter>(targetPath, false, 0, 0); 1394 service_->MergeStandaloneFile(targetPath, pluginName, testPath, "1.02"); 1395 service_->MergeStandaloneFile(targetPath, "", testPath, "1.02"); 1396 service_->MergeStandaloneFile(targetPath, pluginName, "", "1.02"); 1398 service_->MergeStandaloneFile(targetPath, "hiperf-plugin", testPath, "1.02");
|