Searched refs:quote (Results 1 – 5 of 5) sorted by relevance
102 bool quote = false; in dispatchCommand() local137 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()
30 static constexpr char quote = '"'; in fs_mgr_parse_boot_config() local38 (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()
71 return self.adb('shell %s' % pipes.quote(command),
538 char quote = *p; in MatchValue() local540 while (p[len] != quote && p[len] != '\0') { in MatchValue()543 if (p[len] != quote) { in MatchValue()
114 "TestClass:test_case_name", for multiple test cases, quote them using " and