Lines Matching refs:c_str
75 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory()
99 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
134 platform_module_spec.GetPath().c_str()); in CreateHostSysRootModuleLink()
160 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock()
203 return Status("Failed to rename file %s to %s: %s", tmp_file_path.c_str(), in Put()
204 module_file_path.GetPath().c_str(), in Put()
205 err_code.message().c_str()); in Put()
211 module_file_path.GetPath().c_str(), error.AsCString()); in Put()
233 return Status("Module %s not found", module_file_path.GetPath().c_str()); in Get()
237 module_file_path.GetPath().c_str()); in Get()
246 module_file_path.GetPath().c_str(), error.AsCString()); in Get()
285 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
290 error = Get(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
302 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
308 error = Get(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
324 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()