Home
last modified time | relevance | path

Searched defs:InstallApk (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp111 struct InstallApk struct
117 InstallApk(); argument
120 ~InstallApk() {}; in ~InstallApk() argument
123 InstallApk::InstallApk() in InstallApk() function in InstallApk
127 InstallApk::InstallApk(const InstallApk& that) in InstallApk() function in InstallApk
134 InstallApk::InstallApk(const string& filename, bool always) in InstallApk() function in InstallApk
/aosp12/system/extras/simpleperf/
H A Dtest_util.h168 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk() function
H A Dcmd_record_test.cpp691 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk() function in RecordingAppHelper