Searched refs:getExe (Results 1 – 3 of 3) sorted by relevance
35 std::string getExe(pid_t pid) { in getExe() function93 const auto& real = getExe(pid); in getPartitionFromExe()
38 std::string getExe(pid_t pid);
60 : appInfo({.binaryPath = ::android::procpartition::getExe(getpid()), in AppInfoFetcher()