Home
last modified time | relevance | path

Searched defs:packInfoPath (Results 1 – 11 of 11) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/
Dpackage_normalize.cpp97 bool PackageNormalize::ModifyPackInfo(const std::string &packInfoPath, in ModifyPackInfo()
145 … std::string packInfoPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::PACK_INFO; in Process() local
Dversion_normalize.cpp144 bool VersionNormalize::ModifyPackInfo(const std::string &packInfoPath, const int32_t &newVersionCod… in ModifyPackInfo()
230 std::string packInfoPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::PACK_INFO; in ProcessJsonFiles() local
Dapp_packager.cpp262 bool AppPackager::GetAndCheckPackInfoPath(std::string &packInfoPath) in GetAndCheckPackInfoPath()
349 std::string packInfoPath; in IsVerifyValidInAppMode() local
Dgeneral_normalize.cpp574 bool GeneralNormalize::ModifyPackInfo(const std::string &packInfoPath) in ModifyPackInfo()
775 std::string packInfoPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::PACK_INFO; in ProcessJsonFiles() local
Dpackager.cpp439 const std::string& outPathString, const std::string& packInfoPath) in CompressPackinfoIntoHap()
Dfast_app_packager.cpp102 std::string packInfoPath; in IsVerifyValidInFastAppMode() local
/developtools/packing_tool/adapter/ohos/
DCompressEntrance.java40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
DCompressor.java1297 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local
3587 String packInfoPath = tempDir.resolve(PACKINFO_NAME).toString(); in versionNormalize() local
3651 private void parseAndModifyPackInfo(String packInfoPath, Utility utility) in parseAndModifyPackInfo()
3955 String packInfoPath = tempDir.resolve(PACKINFO_NAME).toString(); in generalNormalize() local
4223 private void parseAndModifyGeneralPackInfo(String packInfoPath, Utility utility) in parseAndModifyGeneralPackInfo()
DUtility.java70 private String packInfoPath = ""; field in Utility
427 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/package_normalize_test/
Dpackage_normalize_test.cpp553 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable
622 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable
662 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/
Dapp_packager_test.cpp1192 std::string packInfoPath; variable