Home
last modified time | relevance | path

Searched refs:temp_dir_path_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/files/
H A Dfile_util_test.cc60 temp_dir_path_.reserve(path.size() + 1); in FileTest()
61 temp_dir_path_.assign(temp_dir_.GetPath().value().begin(), in FileTest()
63 temp_dir_path_.push_back('\0'); in FileTest()
65 CHECK_EQ(chmod(temp_dir_path_.data(), SafeFD::kDefaultDirPermissions), 0); in FileTest()
66 SafeFD::SetRootPathForTesting(temp_dir_path_.data()); in FileTest()
218 ASSERT_EQ(chmod(temp_dir_path_.data(), 0000), 0); in TEST_F()
H A Dfile_util_test.h42 std::vector<char> temp_dir_path_;
H A Dsafe_fd_test.cc46 HANDLE_EINTR(open(temp_dir_path_.data(), in TEST_F()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dcpufreq_monitor_android_unittest.cc60 : temp_dir_path_(temp_dir_path) {} in TestDelegate()
99 return base::StringPrintf("%s/scaling_cur_freq%d", temp_dir_path_.c_str(), in GetScalingCurFreqPathString()
104 return base::StringPrintf("%s/related_cpus%d", temp_dir_path_.c_str(), in GetRelatedCPUsPathString()
122 std::string temp_dir_path_; member in base::trace_event::TestDelegate