Home
last modified time | relevance | path

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