Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Ddso.cpp141 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
151 path_(path), in Dso()
163 std::string path_in_symfs = symfs_dir_ + path_; in Dso()
300 if (std::get<0>(SplitUrlInApk(path_))) { in Load()
322 LOG(DEBUG) << "failed to load dso: " << path_; in Load()
352 if (path_ == "[vdso]") { in CheckReadSymbolResult()
461 "/usr/lib/debug" + path_, build_id, in LoadElfFile()
465 return CheckReadSymbolResult(result, "/usr/lib/debug" + path_); in LoadElfFile()
DUnixSocket.h109 const std::string& GetPath() const { return path_; } in GetPath()
114 : server_fd_(server_fd), path_(path) {} in UnixSocketServer()
116 const std::string path_; variable
Ddso.h112 const std::string& Path() const { return path_; } in Path()
170 const std::string path_; variable
/system/update_engine/common/
Dtest_utils.h164 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_;
Dutils.h349 : 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_;
/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc77 ASSERT_TRUE(utils::ReadFile(path_, &found_data)); in ProcessingDone()
98 string path_; member in chromeos_update_engine::__anond7e400650111::DownloadActionTestProcessorDelegate
185 delegate.path_ = output_temp_file.path(); in TestWithData()
480 delegate.path_ = output_temp_file.path(); in StartDownload()