Searched refs:source_path (Results 1 - 21 of 21) sorted by relevance

/external/libvpx/build/make/
H A Dversion.sh22 source_path=${1:-.}
27 if [ -d ${source_path}/.git ]; then
29 export GIT_DIR=${source_path}/.git
34 for p in "${source_path}" "${source_path}/.."; do
H A Dconfigure.sh241 source_path=${0%/*}
243 if test -z "$source_path" -o "$source_path" = "." ; then
244 source_path="`pwd`"
373 SRC_PATH="$source_path"
374 SRC_PATH_BARE=$source_path
377 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
677 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
683 LD=${source_path}/build/make/armlink_adapter.sh
749 asm_conversion_cmd="${source_path}/buil
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace.py51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile):
54 # for root, dirs, files in os.walk(source_path):
57 # zip_file.write(os.path.relpath(path, source_path))
60 self._executive.run_command(['zip', '-r', zip_path, source_path])
H A Dautoinstall.py406 source_path = path
408 source_path = os.path.join(path, url_subpath)
417 self._log_transfer("Moving files into place...", source_path, target_path)
422 shutil.move(source_path, target_path)
/external/chromium/chrome/browser/importer/
H A Dimporter_data_types.h38 FilePath source_path; member in struct:importer::SourceProfile
H A Dimporter_list.cc30 ie->source_path.clear();
47 safari->source_path.clear();
81 firefox->source_path = profile_path;
101 google_toolbar->source_path.clear();
H A Dfirefox3_importer.cc73 source_path_ = source_profile.source_path;
320 FilePath source_path = source_path_; local
321 FilePath file = source_path.AppendASCII("signons.sqlite");
327 file = source_path.AppendASCII("signons3.txt");
329 file = source_path.AppendASCII("signons2.txt");
H A Dimporter_host.cc190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
H A Dprofile_import_process_messages.h34 WriteParam(m, p.source_path);
47 if (!ReadParam(m, iter, &p->source_path) ||
64 LogParam(p.source_path, l);
H A Dimporter_unittest.cc102 source_profile.source_path = profile_path_;
394 source_profile.source_path = temp_dir_.path();
689 source_profile.source_path = profile_path_;
H A Dfirefox_importer_utils.cc54 FilePath source_path; local
H A Dfirefox2_importer.cc54 source_path_ = source_profile.source_path;
H A Die_importer.cc87 source_path_ = source_profile.source_path;
/external/llvm/utils/lit/lit/
H A DTestFormats.py59 source_path = testSuite.getSourcePath(path_in_suite)
60 for filename in os.listdir(source_path):
66 filepath = os.path.join(source_path, filename)
105 source_path = testSuite.getSourcePath(path_in_suite)
106 for filename in os.listdir(source_path):
112 filepath = os.path.join(source_path, filename)
185 test.source_path = path
204 elif hasattr(test, 'source_path'):
205 cmd.append(test.source_path)
232 print >>tmp, '#include "%s"' % test.source_path
[all...]
H A Dmain.py211 source_path = ts.getSourcePath(path_in_suite)
212 cfgpath = os.path.join(source_path, kLocalConfigName)
246 source_path = ts.getSourcePath(path_in_suite)
247 if not os.path.exists(source_path):
251 if not os.path.isdir(source_path):
267 for filename in os.listdir(source_path):
273 file_sourcepath = os.path.join(source_path, filename)
/external/libvpx/
H A Dconfigure15 #source_path="`dirname \"$0\"`"
16 source_path=${0%/*}
17 . "${source_path}/build/make/configure.sh"
132 [ -f ${source_path}/${t}.mk ] && enable ${t}
162 [ -d ${source_path}/../include ] && enable alt_tree_layout
164 [ -d ${source_path}/${d} ] && disable alt_tree_layout;
169 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"
172 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"
173 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder"
175 [ -f ${source_path}/
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py298 source_path = filesystem.join(test_results_directory, source_file)
302 filesystem.copyfile(source_path, destination_path)
336 source_path = filesystem.join(source_directory, file_name)
338 filesystem.copyfile(source_path, destination_path)
/external/chromium/chrome/browser/first_run/
H A Dfirst_run.cc444 source_profile.source_path = file_path;
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc2795 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
2798 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path);
2825 source_path = source_path.DirName().AppendASCII("good2.crx");
2826 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path);
2891 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path);
3040 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
3041 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path);
H A Dextension_bookmarks_module.cc898 source_profile.source_path = path;
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py730 def create_zip(self, zip_path, source_path):

Completed in 350 milliseconds