Searched refs:cmdline (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_process.c | 264 util_get_command_line(char *cmdline, size_t size) in util_get_command_line() argument 269 strncpy(cmdline, args, size); in util_get_command_line() 271 cmdline[size - 1] = 0; in util_get_command_line() 277 const int n = read(f, cmdline, size - 1); in util_get_command_line() 282 if (cmdline[i] == 0) { in util_get_command_line() 283 cmdline[i] = ' '; in util_get_command_line() 287 cmdline[n] = 0; in util_get_command_line() 306 if (sysctl(mib, ARRAY_SIZE(mib), cmdline, &size, NULL, 0) == -1) { in util_get_command_line() 312 if (cmdline[i] == '\0') in util_get_command_line() 313 cmdline[i] = ' '; in util_get_command_line() [all …]
|
D | u_process.h | 52 util_get_command_line(char *cmdline, size_t size);
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | EncoderDebug.cpp | 33 const std::string cmdline((std::istreambuf_iterator<char>(cmdlineStream)), in encoderShouldLog() 36 if (cmdline.find(ENABLE_ENCODER_DEBUG_LOGGING_FOR_APP) != std::string::npos) { in encoderShouldLog() 37 const std::string message = "Enabling gfxstream encoder logging for " + cmdline; in encoderShouldLog() 41 const std::string message = "Not enabling gfxstream encoder logging for " + cmdline; in encoderShouldLog()
|
/hardware/google/gfxstream/third-party/renderdoc/include/ |
D | renderdoc_app.h | 450 const char *cmdline);
|