Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.h93 std::string GetPrimaryApkPath();
Dstartup_completed_task.cc56 std::string primary_apk_path = runtime->GetAppInfo()->GetPrimaryApkPath(); in Run()
Dapp_info.cc158 std::string AppInfo::GetPrimaryApkPath() { in GetPrimaryApkPath() function in art::AppInfo