Searched defs:quote (Results 1 - 2 of 2) sorted by relevance

/system/core/libsysutils/src/
H A DFrameworkListener.cpp82 bool quote = false; local
118 if (quote)
119 quote = false;
121 quote = true;
129 if (!quote && *q == ' ') {
162 if (quote) {
/system/core/adb/
H A Dcommandline.c495 /** duplicate string and quote all \ " ( ) chars + space character. */
917 int quote; local
1108 /* quote empty strings and strings with spaces */
1109 quote = (**argv == 0 || strchr(*argv, ' '));
1110 if (quote)
1113 if (quote)

Completed in 5 milliseconds