Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/
Dpackage_normalize.cpp97 bool PackageNormalize::ModifyPackInfo(const std::string &packInfoPath, in ModifyPackInfo()
133 … 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()
228 std::string packInfoPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::PACK_INFO; in ProcessJsonFiles() local
Dapp_packager.cpp258 bool AppPackager::GetAndCheckPackInfoPath(std::string &packInfoPath) in GetAndCheckPackInfoPath()
333 std::string packInfoPath; in IsVerifyValidInAppMode() local
Dpackager.cpp392 const std::string& outPathString, const std::string& packInfoPath) in CompressPackinfoIntoHap()
Dfast_app_packager.cpp99 std::string packInfoPath; in IsVerifyValidInFastAppMode() local
/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/adapter/ohos/
DCompressEntrance.java40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
DUtility.java69 private String packInfoPath = ""; field in Utility
411 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
DCompressor.java1001 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local
3260 String packInfoPath = tempDir.resolve(PACKINFO_NAME).toString(); in versionNormalize() local
3318 private void parseAndModifyPackInfo(String packInfoPath, Utility utility) in parseAndModifyPackInfo()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/
Dapp_packager_test.cpp1184 std::string packInfoPath; variable