Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance
138 TEST(tokenizer, quoted) { in TEST() argument
634 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason() argument642 std::string terminator(quoted ? "'" : ""); in getSubreason()659 (quoted && likely_single_quote(c))) { in getSubreason()
1193 std::string quoted = escape_arg(log_tags == nullptr ? "" : log_tags); in logcat() local1195 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat"; in logcat()
154 by spaces. If an argument contains a space, it must be quoted with
47 is represented by a quoted string or an empty string if none should be
173 however a setprop in the shell requires it to be escaped or quoted;