Searched refs:temp_directory_ (Results 1 - 7 of 7) 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::__anon14789::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::__anon28927::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.cc32 temp_directory_.CreateUniqueTempDir();
72 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(
253 base::FilePath icon_filename = temp_directory_.path().AppendASCII(
346 temp_directory_.path().AppendASCII(kTempIconFilename);
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc1664 ASSERT_TRUE(temp_directory_.CreateUniqueTempDir());
1666 AppCacheDatabase db(temp_directory_.path().AppendASCII("Index"));
1674 temp_directory_.path().AppendASCII("Cache");
1685 AppCacheDatabase db(temp_directory_.path().AppendASCII("Index"));
1712 service_->Initialize(temp_directory_.path(),
1742 temp_directory_.path().AppendASCII("Index")));
1785 temp_directory_.path().AppendASCII("Cache").AppendASCII("index")));
1787 temp_directory_.path().AppendASCII("Index")));
1885 base::ScopedTempDir temp_directory_; member in class:content::AppCacheStorageImplTest
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl_unittest.cc334 base::ScopedTempDir temp_directory_; member in class:gcm::GCMClientImplTest
380 return temp_directory_.CreateUniqueTempDir();
467 temp_directory_.path(),
/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store_impl_unittest.cc60 base::ScopedTempDir temp_directory_; member in class:gcm::__anon8377::GCMStoreImplTest
69 EXPECT_TRUE(temp_directory_.CreateUniqueTempDir());
77 temp_directory_.path(),
H A Dmcs_client_unittest.cc128 base::ScopedTempDir temp_directory_; member in class:gcm::__anon8383::MCSClientTest
151 EXPECT_TRUE(temp_directory_.CreateUniqueTempDir());
166 temp_directory_.path(),

Completed in 156 milliseconds