HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir_ (Results 1 - 17 of 17) sorted by null

  /external/libchrome/crypto/
scoped_test_nss_chromeos_user.cc 16 if (!temp_dir_.CreateUniqueTempDir())
21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath());
scoped_test_nss_db.cc 23 if (!temp_dir_.CreateUniqueTempDir())
27 slot_ = OpenSoftwareNSSDB(temp_dir_.GetPath(), kTestDescription);
52 temp_dir_.Take();
67 if (!temp_dir_.Delete())
scoped_test_nss_db.h 27 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSDB
scoped_test_nss_chromeos_user.h 35 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSChromeOSUser
  /external/libbrillo/brillo/
osrelease_reader_unittest.cc 18 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());
file_utils_unittest.cc 21 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");
key_value_store_unittest.cc 41 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");
process_unittest.cc 109 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/
crash_generator.h 105 AutoTempDir temp_dir_; member in class:google_breakpad::CrashGenerator
crash_generator.cc 116 return temp_dir_.path() + "/core";
120 return temp_dir_.path() + "/proc";
187 if (chdir(temp_dir_.path().c_str()) == -1) {
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 157 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::__anon24182::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_.GetPath().AppendASCII("dir"))
    [all...]
important_file_writer_unittest.cc 112 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/
libcontainer_target_unittest.cc 66 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/
json_value_serializer_unittest.cc 404 void SetUp() override { ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); }
406 ScopedTempDir temp_dir_; member in class:base::__anon24197::JSONFileValueSerializerTest
440 temp_dir_.GetPath().AppendASCII("test_output.js");
466 temp_dir_.GetPath().AppendASCII("test_output.json");
  /system/update_engine/common/
prefs_unittest.cc 46 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
47 prefs_dir_ = temp_dir_.GetPath();
56 base::ScopedTempDir temp_dir_; member in class:chromeos_update_engine::PrefsTest
test_utils.cc 258 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
259 *mnt_path = temp_dir_.GetPath().value();
test_utils.h 192 base::ScopedTempDir temp_dir_; member in class:chromeos_update_engine::test_utils::ScopedLoopMounter

Completed in 377 milliseconds