Searched refs:path_to_copy_module (Results 1 – 1 of 1) sorted by relevance
273 FileSpec path_to_copy_module = directory; in BuildModulesSection() local274 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection()275 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()276 sys::fs::create_directories(path_to_copy_module.GetDirectory().AsCString()); in BuildModulesSection()279 llvm::sys::fs::copy_file(file, path_to_copy_module.GetPath())) in BuildModulesSection()285 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()