Searched defs:packInfoPath (Results 1 – 10 of 10) sorted by relevance
97 bool PackageNormalize::ModifyPackInfo(const std::string &packInfoPath, in ModifyPackInfo()133 … std::string packInfoPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::PACK_INFO; in Process() local
144 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
258 bool AppPackager::GetAndCheckPackInfoPath(std::string &packInfoPath) in GetAndCheckPackInfoPath()333 std::string packInfoPath; in IsVerifyValidInAppMode() local
392 const std::string& outPathString, const std::string& packInfoPath) in CompressPackinfoIntoHap()
99 std::string packInfoPath; in IsVerifyValidInFastAppMode() local
553 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable622 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable662 std::string packInfoPath = OUT_PATH + PACK_INFO_FILE; variable
40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
69 private String packInfoPath = ""; field in Utility411 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
1001 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local3260 String packInfoPath = tempDir.resolve(PACKINFO_NAME).toString(); in versionNormalize() local3318 private void parseAndModifyPackInfo(String packInfoPath, Utility utility) in parseAndModifyPackInfo()
1184 std::string packInfoPath; variable