Searched defs:moduleJsonPath (Results 1 – 5 of 5) sorted by relevance
74 bool PackageNormalize::ModifyModuleJson(const std::string &moduleJsonPath, in ModifyModuleJson()132 … std::string moduleJsonPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::MODULE_JSON; in Process() local
98 bool VersionNormalize::ModifyModuleJson(const std::string &moduleJsonPath, NormalizeVersion &normal… in ModifyModuleJson()226 … std::string moduleJsonPath = tempPath + Constants::LINUX_FILE_SEPARATOR + Constants::MODULE_JSON; in ProcessJsonFiles() local
83 std::string moduleJsonPath = std::string(FILE_PATH) + MODULE_JSON_NAME; in SetUp() local147 std::string moduleJsonPath = std::string(FILE_PATH) + MODULE_JSON_NAME; variable
404 std::string moduleJsonPath = OUT_PATH + MODULE_JSON_FILE; variable473 std::string moduleJsonPath = OUT_PATH + MODULE_JSON_FILE; variable513 std::string moduleJsonPath = OUT_PATH + MODULE_JSON_FILE; variable
3250 String moduleJsonPath = tempDir.resolve(MODULE_JSON).toString(); in versionNormalize() local