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

  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 284 # shell_safe_path ensures that |path| is safe to pass to tools as a
287 shell_safe_path() { function
314 old_dir="$(shell_safe_path "${1}")"
315 patch_dir="$(shell_safe_path "${2}")"
316 new_dir="$(shell_safe_path "${3}")"
dirdiffer.sh 436 # shell_safe_path ensures that |path| is safe to pass to tools as a
439 shell_safe_path() { function
466 old_dir="$(shell_safe_path "${1}")"
467 new_dir="$(shell_safe_path "${2}")"
468 patch_dir="$(shell_safe_path "${3}")"
dmgdiffer.sh 411 # shell_safe_path ensures that |path| is safe to pass to tools as a
414 shell_safe_path() { function
430 old_dmg="$(shell_safe_path "${2}")"
431 new_dmg="$(shell_safe_path "${3}")"
432 patch_dmg="$(shell_safe_path "${4}")"
  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 90 # shell_safe_path ensures that |path| is safe to pass to tools as a
93 shell_safe_path() { function
208 local output_dir="$(shell_safe_path "${1}")"
209 local input_dir="$(shell_safe_path "${2}")"
213 keychain="$(shell_safe_path "${3}")"

Completed in 560 milliseconds