HomeSort by relevance Sort by last modified time
    Searched refs:source_dir (Results 1 - 25 of 27) sorted by null

1 2

  /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
  /external/chromium_org/net/test/
python_utils.cc 76 base::FilePath source_dir; local
77 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_dir)) {
78 LOG(ERROR) << "Can't find " << source_dir.value();
91 generated_code_dir = source_dir
  /external/chromium_org/tools/coverity/
coverity.py 109 lock_filename = os.path.join(options.source_dir, LOCK_FILE)
124 print 'Change directory to ' + options.source_dir
125 os.chdir(options.source_dir)
143 rm_path = os.path.join(options.source_dir,'src','out',options.target)
145 rm_path = os.path.join(options.source_dir,options.solution_dir,
148 rm_path = os.path.join(options.source_dir,'src','xcodebuild')
183 options.source_dir, options.solution_file, options.target)
245 option_parser.add_option('', '--source-dir', dest='source_dir',
  /external/skia/tools/
download_baselines.py 95 def CopyMatchingFiles(source_dir, dest_dir, filename_pattern, only_copy_updates=False):
96 """Copy all files from source_dir that match filename_pattern, and save them (with their
99 @param source_dir
105 all_filenames = os.listdir(source_dir)
108 source_path = os.path.join(source_dir, filename)
150 CopyMatchingFiles(source_dir=actual_dir,
svndiff.py 212 def SvnDiff(path_to_skdiff, dest_dir, source_dir):
213 """Generates a visual diff of all pending changes in source_dir.
217 @param source_dir
225 os.chdir(source_dir)
299 source_dir=options.source_dir)
  /external/chromium_org/remoting/tools/
zip2msi.py 200 source_dir = None
203 source_dir = source
209 source_dir = '%(intermediate_dir)s\\%(basename)s' % parameters
212 f = open(os.path.join(source_dir, 'parameters.json'))
224 wxs = os.path.join(source_dir, parameters['source'])
227 bind_path = os.path.join(source_dir, parameters['bind_path'])
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 60 def shortenFilePath(source_dir, directory):
61 '''Returns a string with the string prefix |source_dir| removed from
65 if source_dir:
66 prefixes_to_cut.append(source_dir)
83 def gatherFrames(node, source_dir):
91 source_dir, getTextOf(frame, SRC_FILE_DIR)),
119 def __init__(self, source_dir, error_node, commandline, testcase):
125 source_dir: Prefix that should be stripped from the <dir> node.
212 self._backtraces.append([description, gatherFrames(node, source_dir)])
217 frames = gatherFrames(stack, source_dir)
    [all...]
tsan_analyze.py 62 def __init__(self, source_dir, use_gdb=False):
66 source_dir: Path to top of source tree for this build
263 parser.add_option("", "--source_dir",
273 analyzer = TsanAnalyzer(options.source_dir, use_gdb=True)
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 46 base::FilePath source_dir; local
47 PathService::Get(chrome::DIR_TEST_DATA, &source_dir);
48 return source_dir;
chrome_webrtc_video_quality_browsertest.cc 372 base::FilePath source_dir; local
373 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir);
374 return source_dir;
  /external/chromium_org/build/util/
lastchange.py 213 if opts.source_dir:
214 src_dir = opts.source_dir
  /external/chromium_org/third_party/lcov/bin/
geninfo 512 my $source_dir; # Directory of source file
548 $source_dir = $1;
550 $source_dir = $da_dir;
569 $base_dir = $source_dir;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 313 source_dir = rpm_dir['SOURCES']
314 self.copy_file(source, source_dir)
318 self.copy_file(self.icon, source_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 313 source_dir = rpm_dir['SOURCES']
314 self.copy_file(source, source_dir)
318 self.copy_file(self.icon, source_dir)
  /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));
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 175 source_dir, _ = os.path.split(os.getcwd())
187 refined_filename, _ = os.path.splitext(os.path.relpath(filename, source_dir))
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 712 my $source_dir; # Directory of source file
754 $source_dir = $1;
756 $source_dir = $da_dir;
775 $base_dir = $source_dir;
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 103 source_dir = node.get_dir()
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 158 def copy_test_configuration(self, source_dir, dest_dir):
160 Copies the test configuration from the specified source_dir
167 for root, dirs, files in os.walk(source_dir):
174 destination = source.replace(source_dir, dest_dir)
180 destination = source.replace(source_dir, dest_dir)
    [all...]
  /external/mesa3d/scons/
custom.py 103 source_dir = node.get_dir()
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 298 source_dir = os.path.normpath(pyauto_paths.GetSourceDir())
299 self._temp_data_dir = tempfile.mkdtemp(dir=source_dir)
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 567 FilePath source_dir(temp_dir_.path().AppendASCII("source"));
568 FilePath source_subdir(source_dir.AppendASCII("subdir"));
585 ASSERT_TRUE(base::Move(source_dir, dest_dir));

Completed in 766 milliseconds

1 2