Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py133 self.run('grep %s %s' % (shellescape.quote(search_string),
157 return self.run('echo %s > %s' % (shellescape.quote(data), file_name))
166 return self.run('echo %s >> %s' % (shellescape.quote(data), file_name))
/tools/test/connectivity/tools/lab/utils/
Dshell.py156 self.run('grep %s %s' % (shellescape.quote(search_string),
180 return self.run('echo %s > %s' % (shellescape.quote(data), file_name))
189 return self.run('echo %s >> %s' % (shellescape.quote(data), file_name))
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java72 private static String quote(String str) { in quote() method in WifiConnector
135 config.SSID = quote(ssid); in addNetwork()
147 config.preSharedKey = quote(psk); in addNetwork()
160 if (quote(ssid).equals(config.SSID)) { in getNetworkId()
/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py263 shellescape.quote(command),
268 return self._exec_adb_cmd_nb('shell', shellescape.quote(command))
/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java569 sb.append(quote(arg.getValue())); in buildWifiUtilCmdFromMap()
605 private static String quote(String str) { in quote() method in WifiHelper
/tools/tradefederation/core/src/com/android/tradefed/util/
DClassPathScanner.java224 return classPath.split(Pattern.quote(File.pathSeparator)); in getClassPath()
/tools/repohooks/
DREADME.md100 force your own quote handling.
/tools/repohooks/tools/
Dcpplint.py1476 head, quote, tail = match.groups()
1478 if quote == '"':