Searched defs:path (Results 1 – 1 of 1) sorted by relevance
2998 bool ReadFile(const std::string& path, std::string* out) { in ReadFile()3048 bool Mkdir(const std::string& path) { in Mkdir()3056 bool Rmdir(const std::string& path) { in Rmdir()3068 ScopedFile OpenFile(const std::string& path, int flags, FileOpenMode mode) { in OpenFile()3080 bool FileExists(const std::string& path) { in FileExists()5967 const std::string& path() const { return path_; } in path() function in perfetto::base::TempFile5996 const std::string& path() const { return path_; } in path() function in perfetto::base::TempDir6554 auto path = GetCurExecutablePath(); in GetCurExecutableDir() local53346 base::ScopedFile CreateTraceFile(const std::string& path, bool overwrite) { in CreateTraceFile()