Lines Matching refs:c_str
75 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory()
100 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
135 platform_module_spec.GetPath().c_str()); in CreateHostSysRootModuleLink()
161 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock()
200 return Status("Failed to rename file %s to %s: %s", tmp_file_path.c_str(), in Put()
201 module_file_path.GetPath().c_str(), in Put()
202 err_code.message().c_str()); in Put()
208 module_file_path.GetPath().c_str(), error.AsCString()); in Put()
230 return Status("Module %s not found", module_file_path.GetPath().c_str()); in Get()
234 module_file_path.GetPath().c_str()); in Get()
243 module_file_path.GetPath().c_str(), error.AsCString()); in Get()
282 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
287 error = Get(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
299 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
305 error = Get(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
321 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()