Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dtokenizer_test.cpp138 TEST(tokenizer, quoted) { in TEST() argument
/system/core/bootstat/
Dbootstat.cpp634 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason() argument
642 std::string terminator(quoted ? "'" : ""); in getSubreason()
659 (quoted && likely_single_quote(c))) { in getSubreason()
/system/core/adb/client/
Dcommandline.cpp1193 std::string quoted = escape_arg(log_tags == nullptr ? "" : log_tags); in logcat() local
1195 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat"; in logcat()
/system/core/adb/
DSERVICES.TXT154 by spaces. If an argument contains a space, it must be quoted with
Dprotocol.txt47 is represented by a quoted string or an empty string if none should be
/system/core/llkd/
DREADME.md173 however a setprop in the shell requires it to be escaped or quoted;