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

  /frameworks/base/core/jni/
android_server_Watchdog.cpp 57 DIR* taskdir; local
79 taskdir = opendir(buf);
80 if (taskdir != NULL) {
82 while ((ent = readdir(taskdir)) != NULL) {
89 closedir(taskdir);
  /external/lldb/source/Host/linux/
Host.cpp 304 static const char taskdir[] = "/task/"; local
305 std::string process_task_dir = procdir + std::to_string(pid) + taskdir;

Completed in 6438 milliseconds