Lines Matching defs:PrepareTestApexForInstall
261 struct PrepareTestApexForInstall { struct in android::apex::ApexServiceTest
262 static constexpr const char* kTestDir = "/data/app-staging/apexservice_tmp";
265 std::string test_input; // Original test file.
266 std::string selinux_label_input; // SELinux label to apply.
267 std::string test_dir_input;
270 std::string test_file; // Prepared path. Under test_dir_input.
271 std::string test_installed_file; // Where apexd will store it.
273 std::string package; // APEX package name.
274 uint64_t version; // APEX version
276 explicit PrepareTestApexForInstall( in PrepareTestApexForInstall() function
301 bool Prepare() { in Prepare()
354 ~PrepareTestApexForInstall() { in ~PrepareTestApexForInstall()