Home
last modified time | relevance | path

Searched defs:outPath (Results 1 – 25 of 39) sorted by relevance

12

/developtools/packing_tool/packing_tool/frameworks/src/
Dhqf_packager.cpp52 fs::path outPath(parameterMap_.at(Constants::PARAM_OUT_PATH)); in PreProcess() local
102 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in Process() local
Dapp_packager.cpp58 std::string outPath; in Process() local
208 bool AppPackager::GetAndCheckOutPath(std::string &outPath) in GetAndCheckOutPath()
365 std::string outPath; in IsVerifyValidInAppMode() local
377 bool AppPackager::PrepareDirectoriesAndFiles(const std::string outPath) in PrepareDirectoriesAndFiles()
546 std::string outPath; in CompressAppMode() local
Dappqf_packager.cpp97 fs::path outPath(parameterMap_.at(Constants::PARAM_OUT_PATH)); in PreProcess() local
125 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in Process() local
Dhap_packager.cpp56 std::string outPath = ""; in PreProcess() local
81 std::string outPath; in Process() local
98 std::string outPath; in PostProcess() local
204 std::string outPath = ""; in IsVerifyValidInHapMode() local
572 std::string outPath; in OpenZipWrapper() local
Dhsp_packager.cpp55 std::string outPath; in Process() local
71 std::string outPath; in PostProcess() local
144 std::string outPath = ""; in IsVerifyValidInHspMode() local
250 std::string outPath; in CompressHspMode() local
Dmultiapp_packager.cpp61 std::string outPath; in Process() local
79 bool MultiAppPackager::GetAndCheckOutPath(std::string &outPath) in GetAndCheckOutPath()
158 std::string outPath; in IsVerifyValidInMultiAppMode() local
344 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in PrepareFilesForCompression() local
Dfast_app_packager.cpp64 std::string outPath; in Process() local
112 std::string outPath = ""; in IsVerifyValidInFastAppMode() local
580 …tAppPackager::Pack(const fs::path &inputPath, const fs::path &appPackInfo, const fs::path &outPath, in Pack()
603 const fs::path &outPath, fs::path &path) in PackDir()
632 const fs::path &outPath, fs::path &path) in RepackHsp()
674 std::string outPath; in PackFastApp() local
Dpackage_normalize.cpp122 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in Process() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/
Dmultiapp_packager_test.cpp801 std::string outPath = tempDir + "/output.app"; variable
829 std::string outPath = tempDir + "/output.app"; variable
861 std::string outPath = tempDir + "/output.app"; variable
889 std::string outPath = tempDir + "/output.app"; variable
934 std::string outPath = tempDir + "/output.app"; variable
959 std::string outPath = tempDir + "/output.app"; variable
989 std::string outPath = tempDir + "/output.app"; variable
1021 std::string outPath = tempDir + "/output.app"; variable
1054 std::string outPath; variable
/developtools/packing_tool/adapter/ohos/
DUncompressEntrance.java140 …public static boolean unpack(String appPath, String outPath, String deviceType, boolean unpackApk)… in unpack()
181 public static boolean unpackHap(String hapPath, String outPath, boolean unpackApk) { in unpackHap()
229 String outPath) { in parseApp()
270 String outPath) { in parseApp()
DPackageNormalize.java68 Path outPath = Paths.get(utility.getOutPath()); in normalize() local
71 … normalize(Paths.get(hspPath), outPath, utility.getBundleName(), utility.getVersionCode()); in normalize() local
85 private static void normalize(Path hspPath, Path outPath, String bundleName, int versionCode) in normalize()
DScan.java165 String outPath = path + LINUX_FILE_SEPARATOR + fileName; in getAllInputFileList() local
179 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap()
193 private static void unpackEntryToFile(ZipInputStream zipInputStream, String outPath) in unpackEntryToFile()
DCompressEntrance.java40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
DScanStatSuffix.java226 String outPath = currentDir + File.separator + TMP_FOLDER_NAME; in statSuffix() local
249 …private List<String> getPathListData(String outPath, String packageName, ArrayList<String> soList)… in getPathListData()
262 …private List<ParamModelSuffix> setMapData(String outPath, List<String> fileList, ArrayList<String>… in setMapData()
495 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap()
509 private static void unpackEntryToFile(ZipInputStream zipInputStream, String outPath) in unpackEntryToFile()
DPackageUtil.java265 public static Path pack(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in pack()
335 private static Path repackHsp(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in repackHsp()
376 private static Path packDir(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in packDir()
820 Path outPath = Paths.get(utility.getOutPath()); in isVerifyValidInFastAppMode() local
DUncompressVerify.java129 File outPath = new File(utility.getOutPath(), RPCID_SC); in rpcidCommandVerify() local
/developtools/ace_js2bundle/ace-loader/
Duglify-source.js41 function uglifyCode(code, outPath) { argument
/developtools/ace_ets2bundle/compiler/
Duglify-source.js42 function uglifyCode(code, outPath) { argument
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
Dhap_packager.cpp53 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in Process() local
Dhsp_packager.cpp43 std::string outPath = parameterMap_.at(Constants::PARAM_OUT_PATH); in Process() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp266 bool ProcessZipFile(const std::string& outPath, in ProcessZipFile()
340 std::string outPath = parameterMap.at(Constants::PARAM_OUT_PATH); in CheckAppAtomicServiceCompressedSizeValid() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp265 bool ProcessZipFile(const std::string& outPath, in ProcessZipFile()
339 std::string outPath = parameterMap.at(Constants::PARAM_OUT_PATH); in CheckAppAtomicServiceCompressedSizeValid() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp266 bool ProcessZipFile(const std::string& outPath, in ProcessZipFile()
340 std::string outPath = parameterMap.at(Constants::PARAM_OUT_PATH); in CheckAppAtomicServiceCompressedSizeValid() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
Dfast_app_packager_test.cpp601 fs::path outPath(""); variable
619 fs::path outPath(""); variable
641 fs::path outPath(""); variable
663 fs::path outPath(""); variable
1260 fs::path outPath(""); variable
1628 fs::path outPath(""); variable
1654 fs::path outPath(""); variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/packager_test/
Dpackager_test.cpp144 std::string outPath = "/data/test/entry-default-unsigned.hap"; variable

12