Searched defs:source_dir (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/test/
H A Dpython_utils.cc75 FilePath source_dir; local
76 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_dir)) {
77 LOG(ERROR) << "Can't find " << source_dir.value();
90 generated_code_dir = source_dir
/external/chromium_org/net/test/
H A Dpython_utils.cc78 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/base/test/
H A Dtest_file_util_posix.cc29 bool CopyRecursiveDirNoCache(const FilePath& source_dir, argument
32 if (base::strlcpy(top_dir, source_dir.value().c_str(),
47 if (real_to_path.value().compare(0, source_dir.value().size(),
48 source_dir.value()) == 0)
55 FileEnumerator traversal(source_dir, true, traverse_type);
59 FilePath current = source_dir;
60 if (stat(source_dir.value().c_str(), &info.stat) < 0) {
62 << source_dir.value() << " errno = " << errno;
67 // |current| is the source path, including source_dir, so paste
68 // the suffix after source_dir ont
[all...]
H A Dtest_file_util_win.cc125 bool CopyRecursiveDirNoCache(const FilePath& source_dir, argument
135 std::wstring src(source_dir.value());
148 FilePath cur_source_path = source_dir.Append(cur_file);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_apprtc_browsertest.cc124 base::FilePath source_dir; local
125 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir);
126 return source_dir;
H A Dchrome_webrtc_typing_detection_browsertest.cc42 base::FilePath source_dir; local
43 PathService::Get(chrome::DIR_TEST_DATA, &source_dir);
44 return source_dir;
H A Dchrome_webrtc_video_quality_browsertest.cc304 base::FilePath source_dir; local
305 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir);
306 return source_dir;
H A Dchrome_webrtc_audio_quality_browsertest.cc51 base::FilePath source_dir; local
52 PathService::Get(chrome::DIR_TEST_DATA, &source_dir);
53 return source_dir;
/external/chromium_org/tools/gn/
H A Dfilesystem_utils.cc15 #include "tools/gn/source_dir.h"
589 const SourceDir& source_dir) {
598 DCHECK(source_dir.is_source_absolute());
599 ret.append(&source_dir.value()[2], source_dir.value().size() - 2);
605 const SourceDir& source_dir) {
613 DCHECK(source_dir.is_source_absolute());
614 ret.append(&source_dir.value()[2], source_dir.value().size() - 2);
588 GetOutputDirForSourceDir(const Settings* settings, const SourceDir& source_dir) argument
604 GetGenDirForSourceDir(const Settings* settings, const SourceDir& source_dir) argument
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc535 base::ScopedTempDir source_dir; local
536 ASSERT_TRUE(source_dir.CreateUniqueTempDir());
537 base::FilePath root_file_path = source_dir.path();

Completed in 728 milliseconds