Home
last modified time | relevance | path

Searched refs:ls_command (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/doc/
Dmdate-sh89 ls_command='ls -L -l -d'
91 ls_command='ls -l -d'
95 ls_command="$ls_command -n"
111 set x`$ls_command /`
138 test -n "$month" || error "failed parsing '$ls_command /' output"
141 set dummy x`eval "$ls_command \"\\\$save_arg1\""`
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh89 ls_command='ls -L -l -d'
91 ls_command='ls -l -d'
95 ls_command="$ls_command -n"
111 set x`$ls_command /`
138 test -n "$month" || error "failed parsing '$ls_command /' output"
141 set dummy x`eval "$ls_command \"\\\$save_arg1\""`
/external/bison/build-aux/
Dmdate-sh89 ls_command='ls -L -l -d'
91 ls_command='ls -l -d'
95 ls_command="$ls_command -n"
111 set x`$ls_command /`
138 test -n "$month" || error "failed parsing '$ls_command /' output"
141 set dummy x`eval "$ls_command \"\\\$save_arg1\""`
/external/devlib/devlib/utils/
Dandroid.py156 ls_command = 'ls' variable in AdbConnection
166 "shell '({}); echo \"\n$?\"'".format(self.ls_command))
189 self.ls_command = 'ls -1'
191 self.ls_command = 'ls'
192 logger.debug("ls command is set to {}".format(self.ls_command))
217 command = 'shell {} {}'.format(self.ls_command, source)
/external/devlib/devlib/
Dtarget.py792 ls_command = '' variable in AndroidTarget
925 self.ls_command = 'ls -1'
929 self.ls_command = 'ls'
932 if self.ls_command == '':
934 contents = self.execute('{} {}'.format(self.ls_command, path), as_root=as_root)