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

  /external/chromium_org/net/test/
python_utils.cc 78 base::FilePath source_dir; local
79 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_dir)) {
80 LOG(ERROR) << "Can't find " << source_dir.value();
93 generated_code_dir = source_dir
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_typing_detection_browsertest.cc 41 base::FilePath source_dir; local
42 PathService::Get(chrome::DIR_TEST_DATA, &source_dir);
43 return source_dir;
chrome_webrtc_apprtc_browsertest.cc 169 base::FilePath source_dir; local
170 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir);
171 return source_dir;
chrome_webrtc_video_quality_browsertest.cc 259 base::FilePath source_dir; local
260 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir);
261 return source_dir;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
generate_event_interfaces.py 56 source_dir = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir)) variable
86 relative_path_local, _ = os.path.splitext(os.path.relpath(full_path, source_dir))
  /external/chromium_org/chrome/browser/translate/
component_cld_data_harness.cc 82 base::FilePath source_dir; local
83 CldDataHarness::GetTestDataSourceDirectory(&source_dir);
84 VLOG(1) << "Copying CLD component test files from " << source_dir.value()
87 ASSERT_TRUE(base::CopyDirectory(source_dir, target_dir, true));
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 544 base::ScopedTempDir source_dir; local
545 ASSERT_TRUE(source_dir.CreateUniqueTempDir());
546 base::FilePath root_file_path = source_dir.path();
    [all...]

Completed in 381 milliseconds