Searched refs:temp_directory_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc98 // Create a temp file within temp_directory_ with the given name.
102 // Create a subdirectory within temp_directory_.
177 string temp_directory_; member in class:google::protobuf::compiler::__anon14185::CommandLineInterfaceTest
218 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
222 if (File::Exists(temp_directory_)) {
223 File::DeleteRecursively(temp_directory_, NULL, NULL);
227 GOOGLE_CHECK(File::CreateDir(temp_directory_.c_str(), DEFAULT_FILE_MODE));
248 File::DeleteRecursively(temp_directory_, NULL, NULL);
301 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true);
321 File::RecursivelyCreateDir(temp_directory_
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc97 // Create a temp file within temp_directory_ with the given name.
101 // Create a subdirectory within temp_directory_.
168 string temp_directory_; member in class:google::protobuf::compiler::__anon24848::CommandLineInterfaceTest
209 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
213 if (File::Exists(temp_directory_)) {
214 File::DeleteRecursively(temp_directory_, NULL, NULL);
218 GOOGLE_CHECK(File::CreateDir(temp_directory_.c_str(), DEFAULT_FILE_MODE));
239 File::DeleteRecursively(temp_directory_, NULL, NULL);
293 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true);
313 File::RecursivelyCreateDir(temp_directory_
[all...]
/external/chromium_org/ui/gfx/
H A Dicon_util_unittest.cc30 temp_directory_.CreateUniqueTempDir();
71 base::ScopedTempDir temp_directory_; member in class:IconUtilTest
201 base::FilePath valid_icon_filename = temp_directory_.path().AppendASCII(
203 base::FilePath invalid_icon_filename = temp_directory_.path().AppendASCII(
256 base::FilePath icon_filename = temp_directory_.path().AppendASCII(
349 temp_directory_.path().AppendASCII(kTempIconFilename);
/external/chromium_org/google_apis/gcm/engine/
H A Drmq_store_unittest.cc50 base::ScopedTempDir temp_directory_; member in class:gcm::__anon8805::RMQStoreTest
55 EXPECT_TRUE(temp_directory_.CreateUniqueTempDir());
68 return scoped_ptr<RMQStore>(new RMQStore(temp_directory_.path(),
H A Dmcs_client_unittest.cc96 base::ScopedTempDir temp_directory_; member in class:gcm::__anon8803::MCSClientTest
114 EXPECT_TRUE(temp_directory_.CreateUniqueTempDir());
127 new TestMCSClient(temp_directory_.path(),
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_storage_impl_unittest.cc1631 ASSERT_TRUE(temp_directory_.CreateUniqueTempDir());
1636 temp_directory_.path().AppendASCII("Cache");
1646 AppCacheDatabase db(temp_directory_.path().AppendASCII("Index"));
1674 temp_directory_.path(),
1739 temp_directory_.path().AppendASCII("Cache").AppendASCII("index")));
1741 temp_directory_.path().AppendASCII("Index")));
1832 base::ScopedTempDir temp_directory_; member in class:appcache::AppCacheStorageImplTest

Completed in 247 milliseconds