Searched refs:path_ (Results 1 – 6 of 6) sorted by relevance
164 EXPECT_TRUE(utils::MakeTempFile(pattern, &path_, nullptr)); in ScopedTempFile()165 unlinker_.reset(new ScopedPathUnlinker(path_)); in ScopedTempFile()168 const std::string& path() const { return path_; } in path()171 std::string path_;
349 : path_(path), in ScopedPathUnlinker()352 if (should_remove_ && unlink(path_.c_str()) < 0) { in ~ScopedPathUnlinker()353 PLOG(ERROR) << "Unable to unlink path " << path_; in ~ScopedPathUnlinker()359 const std::string path_;
109 const std::string& GetPath() const { return path_; } in GetPath()114 : server_fd_(server_fd), path_(path) {} in UnixSocketServer()116 const std::string path_; variable
131 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()141 path_(path), in Dso()153 std::string path_in_symfs = symfs_dir_ + path_; in Dso()282 if (std::get<0>(SplitUrlInApk(path_))) { in Load()304 LOG(DEBUG) << "failed to load dso: " << path_; in Load()439 "/usr/lib/debug" + path_, build_id, in LoadElfFile()443 return CheckReadSymbolResult(result, "/usr/lib/debug" + path_); in LoadElfFile()
108 const std::string& Path() const { return path_; } in Path()163 const std::string path_; variable
77 ASSERT_TRUE(utils::ReadFile(path_, &found_data)); in ProcessingDone()98 string path_; member in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate185 delegate.path_ = output_temp_file.path(); in TestWithData()477 delegate.path_ = output_temp_file.path(); in StartDownload()