Home
last modified time | relevance | path

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

/system/core/libsysutils/src/
DFrameworkListener.cpp94 bool quote = false; in dispatchCommand() local
129 if (quote) in dispatchCommand()
130 quote = false; in dispatchCommand()
132 quote = true; in dispatchCommand()
140 if (!quote && *q == ' ') { in dispatchCommand()
173 if (quote) { in dispatchCommand()
/system/core/adb/tests/
Dtest_adb.py167 return call_checked(self.adb_cmd + "install {}".format(pipes.quote(filename)))