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

  /art/test/084-class-init/src/
SlowInit.java 27 public static void printMsg(String msg) {
34 printMsg("SlowInit static block pre-sleep");
36 printMsg("SlowInit static block post-sleep");
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 16 void printMsg(const char *fmt, ...)
75 printMsg("setting interface %s flags (%s)\n", ifname, dev_up ? "UP" : "DOWN");
78 printMsg("Bad socket: %d\n", sock);
85 printMsg("reading old value\n");
89 printMsg("Could not read interface %s flags: %d\n", ifname, errno);
92 printMsg("writing new value\n");
97 printMsg("interface %s is already up\n", ifname);
103 printMsg("interface %s is already down\n", ifname);
110 printMsg("Could not set interface %s flags \n", ifname);
113 printMsg("set interface %s flags (%s)\n", ifname, dev_up ? "UP" : "DOWN")
    [all...]

Completed in 721 milliseconds