Searched refs:quote (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 133 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/ |
D | shell.py | 156 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/ |
D | WifiConnector.java | 72 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/ |
D | adb.py | 263 shellescape.quote(command), 268 return self._exec_adb_cmd_nb('shell', shellescape.quote(command))
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WifiHelper.java | 569 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/ |
D | ClassPathScanner.java | 224 return classPath.split(Pattern.quote(File.pathSeparator)); in getClassPath()
|
/tools/repohooks/ |
D | README.md | 100 force your own quote handling.
|
/tools/repohooks/tools/ |
D | cpplint.py | 1476 head, quote, tail = match.groups() 1478 if quote == '"':
|