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

  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 340 local old_dir_phys patch_dir_phys new_dir_parent_phys new_dir_phys
344 new_dir_phys="${new_dir_parent_phys}/$(basename "${new_dir}")"
347 dirs_contained "${old_dir_phys}" "${new_dir_phys}" ||
348 dirs_contained "${patch_dir_phys}" "${new_dir_phys}"; then
dirdiffer.sh 515 local old_dir_phys new_dir_phys patch_dir_parent_phys patch_dir_phys
517 new_dir_phys="$(cd "${new_dir}" && pwd -P)"
521 if dirs_contained "${old_dir_phys}" "${new_dir_phys}" ||
523 dirs_contained "${new_dir_phys}" "${patch_dir_phys}"; then

Completed in 55 milliseconds