Searched refs:system_path (Results 1 – 4 of 4) sorted by relevance
35 FileSpec system_file_spec(module.system_path); in ParseModule()38 : module.system_path); in ParseModule()62 module.system_path.c_str(), toString(std::move(err)).c_str()); in ParseModule()299 module.system_path = NormalizePath(module.system_path).GetPath(); in NormalizeAllPaths()
34 json_module["systemPath"] = module.system_path; in toJSON()45 return o && o.map("systemPath", module.system_path) && in fromJSON()
256 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection() local277 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()287 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()
26 std::string system_path; member