• Home
  • Raw
  • Download

Lines Matching refs:scratch_dir_

79     scratch_dir_ = std::make_unique<ScratchDir>();  in SetUp()
81 ASSERT_EQ(stat(scratch_dir_->GetPath().c_str(), &st), 0); in SetUp()
87 scratch_dir_.reset(); in TearDown()
92 std::unique_ptr<ScratchDir> scratch_dir_; member in art::artd::__anon2bff13f70111::FileUtilsTest
96 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F()
110 std::string path = scratch_dir_->GetPath() + "/non_existent_dir/file.tmp"; in TEST_F()
118 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F()
127 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F()
141 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F()
155 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
156 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
176 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
177 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
200 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
201 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
223 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
224 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
225 std::string file_3_path = scratch_dir_->GetPath() + "/file_3"; in TEST_F()
251 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
252 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
253 std::string file_3_path = scratch_dir_->GetPath() + "/file_3"; in TEST_F()
281 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F()
282 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F()
284 std::string file_3_path = scratch_dir_->GetPath() + "/file_3"; in TEST_F()
315 std::string path = scratch_dir_->GetPath() + "/foo"; in TEST_F()
322 std::string path = scratch_dir_->GetPath() + "/foo"; in TEST_F()