Searched defs:appPackInfo (Results 1 – 4 of 4) sorted by relevance
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | fast_app_packager.cpp | 533 fs::path appPackInfo = fs::path(packInfoPath_); in Pack() local 563 bool FastAppPackager::Pack(const fs::path &inputPath, const fs::path &appPackInfo, const fs::path &… in Pack() 585 bool FastAppPackager::PackDir(const fs::path &inputPath, const fs::path &appPackInfo, in PackDir() 614 bool FastAppPackager::RepackHsp(const fs::path &inputPath, const fs::path &appPackInfo, in RepackHsp() 762 bool FastAppPackager::packMultiThread(const fs::path &inputPath, const fs::path &appPackInfo, in packMultiThread() 768 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 | 597 fs::path appPackInfo(""); variable 615 fs::path appPackInfo("/data/test/appPackInfo.json"); variable 637 fs::path appPackInfo("/data/test/appPackInfo.json"); variable 659 fs::path appPackInfo(""); variable 725 fs::path appPackInfo(""); variable 743 fs::path appPackInfo(""); variable 761 fs::path appPackInfo(""); variable 779 fs::path appPackInfo(""); variable 1255 fs::path appPackInfo(""); variable 1332 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() 374 private static Path packDir(Path inputPath, Path appPackInfo, Path outPath, int compressLevel) in packDir() 392 …private static Path packSingleThread(Path inputPath, Path appPackInfo, Path outHap, ModuleJsonInfo… in packSingleThread() 413 …private static Path packMultiThread(Path inputPath, Path appPackInfo, Path outHap, int compressLev… in packMultiThread()
|
| D | Compressor.java | 1300 Path appPackInfo = Paths.get(utility.getPackInfoPath()); in compressFastAppMode() local
|