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

  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 78 # shell_safe_path ensures that |path| is safe to pass to tools as a
81 shell_safe_path() { function
194 local output_dir="$(shell_safe_path "${1}")"
195 local input_dir="$(shell_safe_path "${2}")"
199 keychain="$(shell_safe_path "${3}")"
  /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 423 # shell_safe_path ensures that |path| is safe to pass to tools as a
426 shell_safe_path() { function
442 old_dmg="$(shell_safe_path "${2}")"
443 new_dmg="$(shell_safe_path "${3}")"
444 patch_dmg="$(shell_safe_path "${4}")"

Completed in 1156 milliseconds