HomeSort by relevance Sort by last modified time
    Searched defs:console_ (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
line_printer.h 46 void* console_; member in struct:LinePrinter
  /system/core/init/
service.h 148 std::string console_; member in class:Service
service.cpp 368 console_ = args.size() > 1 ? "/dev/" + args[1] : "";
614 if (console_.empty()) {
615 console_ = default_console;
620 int console_fd = open(console_.c_str(), O_RDWR | O_CLOEXEC);
622 PLOG(ERROR) << "service '" << name_ << "' couldn't open console '" << console_ << "'"; local
858 int fd = open(console_.c_str(), O_RDWR);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 2507 milliseconds