HomeSort by relevance Sort by last modified time
    Searched full:lwp_path (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 101 char lwp_path[40]; local
105 snprintf(lwp_path, sizeof (lwp_path), "/proc/%d/lwp", (int)pid);
106 if ((dir = opendir(lwp_path)) == NULL)

Completed in 78 milliseconds