Searched defs:source_dir (Results 1 - 3 of 3) 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/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);

Completed in 87 milliseconds