Home
last modified time | relevance | path

Searched refs:getExe (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/libprocpartition/
H A Dprocpartition.cpp35 std::string getExe(pid_t pid) { in getExe() function
93 const auto& real = getExe(pid); in getPartitionFromExe()
/aosp12/frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
H A Dprocpartition.h38 std::string getExe(pid_t pid);
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DAppInfoFetcher.cpp60 : appInfo({.binaryPath = ::android::procpartition::getExe(getpid()), in AppInfoFetcher()