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

  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 46 while getopts ":s:o:ph" OPTNAME
48 case $OPTNAME in
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 216 while getopts ":o:b:c:a:h" OPTNAME
218 case $OPTNAME in
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 164 while getopts ":o:b:c:a:h" OPTNAME
166 case $OPTNAME in
  /external/chromium_org/build/
install-chroot.sh 34 local OPTNAME OPTIND OPTERR OPTARG
35 while getopts ":b:g:lm:sch" OPTNAME; do
36 case "$OPTNAME" in

Completed in 85 milliseconds