Searched refs:quote (Results 1 – 3 of 3) 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()
86 return self.adb('shell %s' % pipes.quote(command),