Searched refs:needs_quotes (Results 1 - 2 of 2) sorted by relevance

/external/lldb/scripts/
H A Dbuild-llvm.pl300 my $needs_quotes = $path =~ /[ \$\&\*'"]/;
301 if ($needs_quotes)
/external/chromium_org/tools/gn/
H A Dsubstitution_writer.cc152 bool needs_quotes = false; local
157 result.append(EscapeString(range.literal, no_quoting, &needs_quotes));
165 if (needs_quotes && !escape_options.inhibit_quoting)

Completed in 116 milliseconds