Searched refs:module_file_path (Results 1 – 1 of 1) sorted by relevance
196 const auto module_file_path = in Put() local201 llvm::sys::fs::rename(tmp_file_path, module_file_path.GetPath()); in Put()205 module_file_path.GetPath().c_str(), err_code.message().c_str()); in Put()208 root_dir_spec, hostname, target_file, module_file_path, true); in Put()211 module_file_path.GetPath().c_str(), in Put()230 const auto module_file_path = JoinPath( in Get() local233 if (!FileSystem::Instance().Exists(module_file_path)) in Get()235 "Module %s not found", module_file_path.GetPath().c_str()); in Get()236 if (FileSystem::Instance().GetByteSize(module_file_path) != in Get()239 "Module %s has invalid file size", module_file_path.GetPath().c_str()); in Get()[all …]