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

  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 62 const base::FilePath data_file = local
66 base::WriteFile(data_file, test_data.c_str(), test_data.length()));
  /external/chromium_org/chrome/browser/ui/app_list/search/
history.cc 34 const base::FilePath data_file = local
36 store_ = new HistoryDataStore(data_file);
  /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/
translate_browser_test_utils.cc 141 base::FilePath data_file; local
142 GetComponentDataFileDestination(&data_file);
144 data_file);
146 ASSERT_EQ(data_file, result);
  /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 207 base::FilePath data_file = local
210 CHECK(base::ReadFileToString(data_file, &data));
  /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 93 milliseconds