OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_dir
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/test/
test_file_util_posix.cc
29
bool CopyRecursiveDirNoCache(const FilePath&
source_dir
,
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
onto dest_dir to create the target_path
[
all
...]
test_file_util.h
32
bool CopyRecursiveDirNoCache(const FilePath&
source_dir
,
test_file_util_win.cc
125
bool CopyRecursiveDirNoCache(const FilePath&
source_dir
,
135
std::wstring src(
source_dir
.value());
148
FilePath cur_source_path =
source_dir
.Append(cur_file);
/external/chromium/net/test/
python_utils.cc
75
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
/cts/tests/tests/webkitsecurity/generate/
postprocess.py
53
source_dir
= "/usr/local/google/android/"
variable
54
android_tests_dir =
source_dir
+ "cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/"
/external/chromium/base/files/
file_path_watcher_browsertest.cc
452
FilePath
source_dir
(temp_dir_.path().AppendASCII("source"));
453
FilePath source_subdir(
source_dir
.AppendASCII("subdir"));
469
ASSERT_TRUE(file_util::Move(
source_dir
, dest_dir));
Completed in 271 milliseconds