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

  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 330 #define MAKE_STR(S) MAKE_STR_HELPER(S)
506 if (sscanf(line, "%u - %" MAKE_STR(MAXLINESTR) "s",
556 #define DELIMNAME " - %" MAKE_STR(MAXLINESTR) "s"
692 if (sscanf(line, "%" MAKE_STR(MAXLINESTR) "s - %" MAKE_STR(MAXLINESTR) "s",
  /system/core/init/
init.cpp 580 #define MAKE_STR(x) __STRING(x)
581 mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC));

Completed in 551 milliseconds