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

  /external/libffi/
libtool-ldflags 92 quoted_arg=`echo "$arg" | sed -e "$sed_script"`
95 quoted_arg=$arg
99 quoted_arg="'"$quoted_arg"'"
102 result="$result $quoted_arg"
  /external/python/cpython2/Modules/_ctypes/libffi/
libtool-ldflags 92 quoted_arg=`echo "$arg" | sed -e "$sed_script"`
95 quoted_arg=$arg
99 quoted_arg="'"$quoted_arg"'"
102 result="$result $quoted_arg"
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
ShUtil.py 72 quoted_arg = self.lex_arg_quoted(c)
73 if '*' in quoted_arg or '?' in quoted_arg:
75 str += quoted_arg

Completed in 657 milliseconds