Searched defs:appPackInfo (Results 1 – 4 of 4) sorted by relevance
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | fast_app_packager.cpp | 550 fs::path appPackInfo = fs::path(packInfoPath_); in Pack() local 580 bool FastAppPackager::Pack(const fs::path &inputPath, const fs::path &appPackInfo, const fs::path &… in Pack() 602 bool FastAppPackager::PackDir(const fs::path &inputPath, const fs::path &appPackInfo, in PackDir() 631 bool FastAppPackager::RepackHsp(const fs::path &inputPath, const fs::path &appPackInfo, in RepackHsp() 790 bool FastAppPackager::packMultiThread(const fs::path &inputPath, const fs::path &appPackInfo, in packMultiThread() 796 bool FastAppPackager::packSingleThread(const fs::path &inputPath, const fs::path &appPackInfo, in packSingleThread()
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/ |
| D | fast_app_packager_test.cpp | 600 fs::path appPackInfo(""); variable 618 fs::path appPackInfo("/data/test/appPackInfo.json"); variable 640 fs::path appPackInfo("/data/test/appPackInfo.json"); variable 662 fs::path appPackInfo(""); variable 728 fs::path appPackInfo(""); variable 746 fs::path appPackInfo(""); variable 764 fs::path appPackInfo(""); variable 782 fs::path appPackInfo(""); variable 1258 fs::path appPackInfo(""); variable 1335 fs::path appPackInfo(""); variable [all …]
|
| /developtools/packing_tool/adapter/ohos/ |
| D | PackageUtil.java | 265 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() 394 …private static Path packSingleThread(Path inputPath, Path appPackInfo, Path outHap, ModuleJsonInfo… in packSingleThread() 415 …private static Path packMultiThread(Path inputPath, Path appPackInfo, Path outHap, int compressLev… in packMultiThread()
|
| D | Compressor.java | 1598 Path appPackInfo = Paths.get(utility.getPackInfoPath()); in compressFastAppMode() local
|