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

  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 127 local patch_file="${1}"
131 mode="$(stat "-f%OMp%OLp" "${patch_file}")"
141 if ! touch -r "${patch_file}" "${new_file}"; then
149 local patch_file="${2}"
158 if ! "${patcher}" "${old_file}" "${new_file}" "${patch_file}"; then
159 err "couldn't create ${new_file} by applying ${patch_file} to ${old_file}"
166 local patch_file="${2}"
170 if ! "${decompressor}" -c < "${patch_file}" > "${new_file}"; then
171 err "couldn't decompress ${patch_file} to ${new_file} with ${decompressor}"
178 local patch_file="${2}
187 patch_file() { function
    [all...]
  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 186 base::MemoryMappedFile patch_file; local
187 if (!patch_file.Initialize(patch_file_path)) {
191 patch_file_stream.Init(patch_file.data(), patch_file.length());
  /external/chromium_org/courgette/
ensemble_apply.cc 384 base::MemoryMappedFile patch_file; local
385 if (!patch_file.Initialize(patch_file_path))
390 patch_header_stream.Init(patch_file.data(), patch_file.length());
406 patch_source_stream.Init(patch_file.data(), patch_file.length());

Completed in 61 milliseconds