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

  /external/chromium_org/chrome/tools/build/win/
syzygy_instrument.py 60 def _InstrumentBinary(syzygy_dir, mode, executable, symbol, dst_dir,
63 instrumented executable and symbol files to dst_dir.
72 os.path.join(dst_dir, os.path.basename(executable))),
74 os.path.join(dst_dir, os.path.basename(symbol)))]
create_installer_archive.py 117 dst_dir = os.path.join(staging_dir, config.get(section, option))
119 if src_paths and not os.path.exists(dst_dir):
120 os.makedirs(dst_dir)
122 dst_path = os.path.join(dst_dir, os.path.basename(src_path))
124 shutil.copy(src_path, dst_dir)
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 125 dst_dir = target_dir
127 dst_dir = os.path.join(SKIA_DIR, 'include', 'core')
131 require_sk_user_config=require_sk_user_config, target_dir=dst_dir,
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 110 dst_dir = os.path.dirname(name)
111 if not os.path.exists(dst_dir):
112 os.makedirs(dst_dir)
156 dst_dir = os.path.dirname(dst_nexe)
157 if not os.path.exists(dst_dir):
158 os.makedirs(dst_dir)
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 117 dst_dir = os.path.dirname(dst_file)
118 if not os.path.exists(dst_dir):
119 os.makedirs(dst_dir, 0775)
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 169 def FindAndCopyFiles(src_files, root, search_dirs, dst_dir):
170 buildbot_common.MakeDir(dst_dir)
175 dst_file = os.path.join(dst_dir, src_name)
build_sdk.py 435 dst_dir = GetOutputToolchainLib(pepperdir, tc, xarch)
436 InstallFiles(src_dir, dst_dir, TOOLCHAIN_LIBS[tc])
445 InstallFiles(src_dir, dst_dir, ['crt1.o'])
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer.py 291 dst_dir = fs.dirname(fs.join(self._root_output_dir, self._test_name))
292 dst_filepath = fs.join(dst_dir, fs.basename(src_filepath))

Completed in 332 milliseconds