Searched refs:MODULE_JSON (Results 1 – 1 of 1) sorted by relevance
27 constexpr char MODULE_JSON[] = "module.json"; variable38 std::string filename = rootDir + DELIMITER + (isStage ? MODULE_JSON : CONFIG_JSON); in CreateContext()