Searched refs:system_path (Results 1 – 4 of 4) sorted by relevance
37 FileSpec system_file_spec(module.system_path); in ParseModule() 40 : module.system_path); in ParseModule() 64 module.system_path.c_str(), toString(std::move(err)).c_str()); in ParseModule() 398 module.system_path = NormalizePath(module.system_path).GetPath(); in NormalizeAllPaths()
254 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection() local275 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()285 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()352 return JSONKernel{kernel_image.load_address, kernel_image.system_path}; in BuildKernelSection()
35 json_module["systemPath"] = module.system_path; in toJSON()46 return o && o.map("systemPath", module.system_path) && in fromJSON()
23 std::string system_path; member