HomeSort by relevance Sort by last modified time
    Searched defs:GetStateFilePath (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/perfetto_cmd/
rate_limiter_unittest.cc 47 virtual std::string GetStateFilePath() const {
53 remove(GetStateFilePath().c_str());
115 WriteGarbageToFile(limiter.GetStateFilePath().c_str());
213 WriteGarbageToFile(limiter.GetStateFilePath().c_str());
rate_limiter.cc 139 std::string RateLimiter::GetStateFilePath() const {
145 return stat(GetStateFilePath().c_str(), &out) != -1;
155 remove(GetStateFilePath().c_str());
161 in_fd.reset(open(GetStateFilePath().c_str(), O_RDONLY));
175 open(GetStateFilePath().c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0600));

Completed in 58 milliseconds