Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dmain.cpp109 struct InstallApk struct
115 InstallApk(); argument
116 InstallApk(const InstallApk& that);
117 InstallApk(const string& filename, bool always);
118 ~InstallApk() {}; in ~InstallApk() argument
121 InstallApk::InstallApk() in InstallApk() function in InstallApk
125 InstallApk::InstallApk(const InstallApk& that) in InstallApk() function in InstallApk
132 InstallApk::InstallApk(const string& filename, bool always) in InstallApk() function in InstallApk
756 vector<InstallApk> installApks; in run_phases()
779 installApks.push_back(InstallApk(file, !target->build)); in run_phases()
[all …]