Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc276 const std::string& package_name = Runtime::Current()->GetProcessPackageName(); in LogAccessToEventLog()
Druntime.h635 const std::string& GetProcessPackageName() const { in GetProcessPackageName() function
/art/runtime/jit/
Dprofile_saver.cc979 std::string package_name = Runtime::Current()->GetProcessPackageName(); in GetProfileSampleAnnotation()