Searched refs:CONFIG_JSON (Results 1 – 5 of 5) sorted by relevance
67 return useModule_ ? MODULE_JSON : CONFIG_JSON; in GetConfigName()
29 const static std::string CONFIG_JSON = "config.json"; variable
159 … config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(CONFIG_JSON).GetPath(); in InitConfigJson()388 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature()409 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
71 private static final String CONFIG_JSON = "config.json"; field in Compressor551 fileName = CONFIG_JSON; in copyFileToTempDir()1457 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap()2293 if (CONFIG_JSON.equals(jsonName)) { in jsonSpecialProcess()2672 hapVerifyInfo.setProfileStr(FileUtils.getFileStringFromZip(CONFIG_JSON, zipFile)); in readFAHapVerifyInfo()2844 tempDir.toAbsolutePath() + LINUX_FILE_SEPARATOR + CONFIG_JSON); in versionNormalize()2854 String configJsonPath = tempDir.resolve(CONFIG_JSON).toString(); in versionNormalize()3019 case CONFIG_JSON: in compressDirToHap()
57 private static final String CONFIG_JSON = "config.json"; field in ModuleJsonUtil732 String configJson = FileUtils.getJsonInZips(new File(hapPath), CONFIG_JSON); in parseFaEntry()