Searched refs:temp_dir_ (Results 1 - 14 of 14) sorted by relevance

/external/libchrome/crypto/
H A Dscoped_test_nss_chromeos_user.cc16 if (!temp_dir_.CreateUniqueTempDir())
21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath());
H A Dscoped_test_nss_db.cc23 if (!temp_dir_.CreateUniqueTempDir())
27 slot_ = OpenSoftwareNSSDB(temp_dir_.GetPath(), kTestDescription);
52 temp_dir_.Take();
67 if (!temp_dir_.Delete())
H A Dscoped_test_nss_chromeos_user.h35 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSChromeOSUser
H A Dscoped_test_nss_db.h27 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSDB
/external/libbrillo/brillo/
H A Dosrelease_reader_unittest.cc18 CHECK(temp_dir_.CreateUniqueTempDir());
19 osreleased_ = temp_dir_.GetPath().Append("etc").Append("os-release.d");
20 osrelease_ = temp_dir_.GetPath().Append("etc").Append("os-release");
26 base::ScopedTempDir temp_dir_; member in class:brillo::OsReleaseReaderTest
31 store_.LoadTestingOnly(temp_dir_.GetPath());
36 store_.LoadTestingOnly(temp_dir_.GetPath());
49 store_.LoadTestingOnly(temp_dir_.GetPath());
83 store_.LoadTestingOnly(temp_dir_.GetPath());
H A Dfile_utils_unittest.cc21 CHECK(temp_dir_.CreateUniqueTempDir());
22 file_path_ = temp_dir_.GetPath().Append("test.temp");
27 base::ScopedTempDir temp_dir_; member in class:brillo::FileUtilsTest
78 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp");
97 base::FilePath symlink_target = temp_dir_.GetPath().Append("target.temp");
H A Dkey_value_store_unittest.cc41 base::ScopedTempDir temp_dir_; local
42 CHECK(temp_dir_.CreateUniqueTempDir());
43 base::FilePath temp_file_ = temp_dir_.GetPath().Append("temp.conf");
44 base::FilePath saved_temp_file_ = temp_dir_.GetPath().Append("saved_temp.conf");
H A Dprocess_unittest.cc109 CHECK(temp_dir_.CreateUniqueTempDir());
110 output_file_ = temp_dir_.GetPath().Append("fork_out").value();
128 base::ScopedTempDir temp_dir_; member in class:brillo::ProcessTest
327 FilePath pid_path = temp_dir_.GetPath().Append("pid");
/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.h105 AutoTempDir temp_dir_; member in class:google_breakpad::CrashGenerator
H A Dcrash_generator.cc116 return temp_dir_.path() + "/core";
120 return temp_dir_.path() + "/proc";
187 if (chdir(temp_dir_.path().c_str()) == -1) {
/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc157 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(parent_dir));
159 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
167 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest");
171 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk");
204 ScopedTempDir temp_dir_; member in class:base::__anon10831::FilePathWatcherTest
245 FilePath source_file(temp_dir_.GetPath().AppendASCII("source"));
334 FilePath dir(temp_dir_.GetPath().AppendASCII("dir"));
358 FilePath path(temp_dir_.GetPath());
371 FilePath sub_path(temp_dir_.GetPath());
393 FilePath dir(temp_dir_
[all...]
H A Dimportant_file_writer_unittest.cc112 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
113 file_ = temp_dir_.GetPath().AppendASCII("test-file");
122 ScopedTempDir temp_dir_; member in class:base::ImportantFileWriterTest
/external/autotest/client/site_tests/security_Libcontainer/src/
H A Dlibcontainer_target_unittest.cc66 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
70 temp_dir_.path(), FILE_PATH_LITERAL("rootfs"), &rootfs));
90 ASSERT_TRUE(temp_dir_.Delete());
101 base::ScopedTempDir temp_dir_; member in class:libcontainer::LibcontainerTargetTest
/external/libchrome/base/json/
H A Djson_value_serializer_unittest.cc404 void SetUp() override { ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); }
406 ScopedTempDir temp_dir_; member in class:base::__anon10846::JSONFileValueSerializerTest
440 temp_dir_.GetPath().AppendASCII("test_output.js");
466 temp_dir_.GetPath().AppendASCII("test_output.json");

Completed in 989 milliseconds