HomeSort by relevance Sort by last modified time
    Searched full:patch_dir (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 7 # usage: dirpatcher.sh old_dir patch_dir new_dir
9 # dirpatcher creates new_dir from patch_dir by decompressing and copying
249 patch_dir() { function
251 local patch_dir="${2}"
259 for patch_file in "${patch_dir}/"*; do
260 local file="${patch_file:${#patch_dir} + 1}"
272 patch_dir "${old_file}" "${patch_file}" "${new_file}"
281 copy_mode_and_time "${patch_dir}" "${new_dir}"
309 echo "usage: ${ME} old_dir patch_dir new_dir" >& 2
313 local old_dir patch_dir new_di
    [all...]
dirdiffer.sh 7 # usage: dirdiffer.sh old_dir new_dir patch_dir
9 # dirdiffer creates a patch directory patch_dir that represents the difference
10 # between old_dir and new_dir. patch_dir can be used with dirpatcher to
15 # directories are always replicated as-is in patch_dir. Ordinary files will
16 # be represented at the appropriate location in patch_dir by one of the
23 # - a bzip2-compressed copy of the new file from new_dir; in patch_dir, the
25 # - a gzip-compressed copy of the new file from new_dir; in patch_dir, the
27 # - an xz/lzma2-compressed copy of the new file from new_dir; in patch_dir,
29 # - an uncompressed copy of the new file from new_dir; in patch_dir, the
45 # memory-intensive. The overall "wall clock time" spent preparing a patch_dir
    [all...]
keystone_install.sh 504 readonly PATCH_DIR=".patch"
557 local patch_dir="${update_dmg_mount_point}/${PATCH_DIR}"
558 if [[ "${patch_dir:0:1}" != "/" ]]; then
559 note "patch_dir = ${patch_dir}"
560 err "patch_dir must be an absolute path"
570 if [[ -d "${patch_dir}" ]]; then
571 # patch_dir exists and is a directory - this is a patch update.
573 dirpatcher="${patch_dir}/dirpatcher.sh
    [all...]

Completed in 243 milliseconds