Searched refs:path_to_copy_module (Results 1 – 1 of 1) sorted by relevance
275 FileSpec path_to_copy_module = directory; in BuildModulesSection() local276 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection()277 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()278 sys::fs::create_directories(path_to_copy_module.GetDirectory().AsCString()); in BuildModulesSection()281 llvm::sys::fs::copy_file(file, path_to_copy_module.GetPath())) in BuildModulesSection()287 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()