OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_quoting
(Results
1 - 2
of
2
) sorted by null
/system/netd/
ndc.c
91
bool
needs_quoting
= index(argv[i], ' ');
local
92
const char *format =
needs_quoting
? "%s\"%s\"%s" : "%s%s%s";
/external/chromium_org/tools/gn/
file_template.cc
173
bool
needs_quoting
= false;
local
179
&
needs_quoting
));
188
if (
needs_quoting
) {
Completed in 734 milliseconds