Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dmain.cpp105 struct InstallApk struct
111 InstallApk(); argument
112 InstallApk(const InstallApk& that);
113 InstallApk(const string& filename, bool always);
114 ~InstallApk() {}; in ~InstallApk() argument
117 InstallApk::InstallApk() in InstallApk() function in InstallApk
121 InstallApk::InstallApk(const InstallApk& that) in InstallApk() function in InstallApk
128 InstallApk::InstallApk(const string& filename, bool always) in InstallApk() function in InstallApk
664 vector<InstallApk> installApks; in run_phases()
684 installApks.push_back(InstallApk(file, !target->build)); in run_phases()
[all …]