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

  /frameworks/base/cmds/incidentd/src/
Section.cpp 848 const std::string link_name = android::base::StringPrintf("\/proc\/%d\/exe", pid); local
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 850 const std::string link_name = android::base::StringPrintf("/proc/%d/exe", pid); local
852 if (!android::base::Readlink(link_name, &exe)) {
    [all...]

Completed in 281 milliseconds