HomeSort by relevance Sort by last modified time
    Searched refs:exit_string (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
readtty.c 72 char *exit_string = NULL; local
99 exit_string = optarg;
125 if(exit_string && current_char == exit_string[exit_match]) {
127 if(exit_string[exit_match] == '\0')
162 if(exit_string && current_char == exit_string[exit_match]) {
164 if(exit_string[exit_match] == '\0')
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 1918 std::string exit_string; local
    [all...]

Completed in 534 milliseconds