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()376 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature()397 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
62 private static final String CONFIG_JSON = "config.json"; field in Compressor473 fileName = CONFIG_JSON; in copyFileToTempDir()1184 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap()1989 if (CONFIG_JSON.equals(jsonName)) { in jsonSpecialProcess()2368 hapVerifyInfo.setProfileStr(FileUtils.getFileStringFromZip(CONFIG_JSON, zipFile)); in readFAHapVerifyInfo()
57 private static final String CONFIG_JSON = "config.json"; field in ModuleJsonUtil851 String configJson = FileUtils.getJsonInZips(new File(hapPath), CONFIG_JSON); in parseFaEntry()