HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 1 - 24 of 24) sorted by null

  /external/libvpx/libvpx/build/make/
version.sh 22 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
configure.sh 252 source_path=${0%/*}
254 if test -z "$source_path" -o "$source_path" = "." ; then
255 source_path="`pwd`"
412 SRC_PATH="$source_path"
413 SRC_PATH_BARE=$source_path
416 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
803 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
809 LD=${source_path}/build/make/armlink_adapter.sh
925 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl
    [all...]
  /external/chromium/chrome/browser/importer/
importer_data_types.h 38 FilePath source_path; member in struct:importer::SourceProfile
importer_list.cc 30 ie->source_path.clear();
47 safari->source_path.clear();
81 firefox->source_path = profile_path;
101 google_toolbar->source_path.clear();
firefox3_importer.cc 73 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");
importer_host.cc 190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
profile_import_process_messages.h 34 WriteParam(m, p.source_path);
47 if (!ReadParam(m, iter, &p->source_path) ||
64 LogParam(p.source_path, l);
importer_unittest.cc 102 source_profile.source_path = profile_path_;
394 source_profile.source_path = temp_dir_.path();
689 source_profile.source_path = profile_path_;
    [all...]
firefox_importer_utils.cc 54 FilePath source_path; local
firefox2_importer.cc 54 source_path_ = source_profile.source_path;
ie_importer.cc 87 source_path_ = source_profile.source_path;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace.py 51 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])
autoinstall.py 406 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/libvpx/libvpx/
configure 15 #source_path="`dirname \"$0\"`"
16 source_path=${0%/*}
17 . "${source_path}/build/make/configure.sh"
146 [ -f ${source_path}/${t}.mk ] && enable ${t}
178 [ -d ${source_path}/../include ] && enable alt_tree_layout
180 [ -d ${source_path}/${d} ] && disable alt_tree_layout;
185 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"
188 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"
189 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder"
190 [ -f ${source_path}/../include/vpx/vp8cx.h ] || disable vp8_encode
    [all...]
  /external/llvm/utils/lit/lit/
discovery.py 82 source_path = ts.getSourcePath(path_in_suite)
83 cfgpath = os.path.join(source_path, litConfig.local_config_name)
117 source_path = ts.getSourcePath(path_in_suite)
118 if not os.path.exists(source_path):
122 if not os.path.isdir(source_path):
138 for filename in os.listdir(source_path):
144 file_sourcepath = os.path.join(source_path, filename)
TestFormats.py 69 source_path = testSuite.getSourcePath(path_in_suite)
70 for filename in os.listdir(source_path):
71 filepath = os.path.join(source_path, filename)
116 source_path = testSuite.getSourcePath(path_in_suite)
117 for filename in os.listdir(source_path):
123 filepath = os.path.join(source_path, filename)
188 test.source_path = path
207 elif hasattr(test, 'source_path'):
208 cmd.append(test.source_path)
  /external/skia/tools/
download_baselines.py 108 source_path = os.path.join(source_dir, filename)
112 shutil.copyfile(source_path, dest_path)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 298 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)
  /system/core/sdcard/
sdcard.c 425 static void fuse_init(struct fuse *fuse, int fd, const char *source_path)
435 fuse->root.namelen = strlen(source_path);
436 fuse->root.name = strdup(source_path);
1304 const char *source_path = NULL; local
    [all...]
  /development/scripts/
divide_and_compress_test.py 97 source_path = ''.join([os.getcwd(), '/0-old.zip'])
102 test_target.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
107 os.rename(dest_path, source_path)
109 os.unlink(source_path)
  /external/chromium/chrome/browser/first_run/
first_run.cc 444 source_profile.source_path = file_path;
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2795 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
3040 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
    [all...]
extension_bookmarks_module.cc 898 source_profile.source_path = path;
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 730 def create_zip(self, zip_path, source_path):

Completed in 945 milliseconds