Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 5 of 5) sorted by relevance

/system/core/libsysutils/src/
DFrameworkListener.cpp102 bool quote = false; in dispatchCommand() local
137 if (quote) in dispatchCommand()
138 quote = false; in dispatchCommand()
140 quote = true; in dispatchCommand()
148 if (!quote && *q == ' ') { in dispatchCommand()
181 if (quote) { in dispatchCommand()
/system/core/fs_mgr/
Dfs_mgr_boot_config.cpp30 static constexpr char quote = '"'; in fs_mgr_parse_boot_config() local
38 (cmdline[found] == quote)) { in fs_mgr_parse_boot_config()
40 if ((found = cmdline.find(quote, found + 1)) == cmdline.npos) break; in fs_mgr_parse_boot_config()
46 std::back_insert_iterator<std::string>(piece), quote); in fs_mgr_parse_boot_config()
/system/tools/aidl/tests/
Daidl_integration_test.py71 return self.adb('shell %s' % pipes.quote(command),
/system/extras/simpleperf/
Dtracing.cpp538 char quote = *p; in MatchValue() local
540 while (p[len] != quote && p[len] != '\0') { in MatchValue()
543 if (p[len] != quote) { in MatchValue()
/system/bt/gd/docs/testing/
Dcert_test.md114 "TestClass:test_case_name", for multiple test cases, quote them using " and