HomeSort by relevance Sort by last modified time
    Searched defs:data_file (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_factory.cc 39 const base::FilePath data_file = local
42 new DictionaryDataStore(data_file));
history_unittest.cc 107 const base::FilePath data_file = local
110 new DictionaryDataStore(data_file));
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 78 const base::FilePath data_file = data_file_dir.Append(kTestCldDataFileName); local
81 base::WriteFile(data_file, test_data.c_str(), test_data.length()));
  /external/chromium_org/third_party/boringssl/
boringssl_unittest.cc 68 base::FilePath data_file; local
69 ASSERT_TRUE(CryptoCipherPath(&data_file));
70 data_file = data_file.Append(FILE_PATH_LITERAL("aes_128_gcm_tests.txt"));
74 args.push_back(data_file.value());
80 base::FilePath data_file; local
81 ASSERT_TRUE(CryptoCipherPath(&data_file));
82 data_file = data_file.Append(FILE_PATH_LITERAL("aes_256_gcm_tests.txt"));
86 args.push_back(data_file.value())
92 base::FilePath data_file; local
105 base::FilePath data_file; local
117 base::FilePath data_file; local
129 base::FilePath data_file; local
157 base::FilePath data_file; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_classifier_unittest.cc 48 FILE* data_file = fopen(data_filename.c_str(), "rb"); local
56 ASSERT_EQ(1u, fread(&is_music_ref, sizeof(is_music_ref), 1, data_file));
60 fclose(data_file);
  /external/chromium_org/chrome/browser/translate/
component_cld_data_harness.cc 42 base::FilePath data_file; local
43 GetComponentDataFileDestination(&data_file);
45 data_file);
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc 33 const base::FilePath data_file = local
35 data_store_ = new DictionaryDataStore(data_file);
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 158 base::FilePath data_file = server_data_dir_.path().AppendASCII( local
161 return base::WriteFile(data_file, data.c_str(), data.size()) ==
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 208 base::FilePath data_file = local
211 CHECK(base::ReadFileToString(data_file, &data));
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 267 base::FilePath data_file = install_path.Append(kDataFileName); local
282 driver_info.pDataFile = const_cast<LPWSTR>(data_file.value().c_str());

Completed in 1476 milliseconds