Lines Matching defs:PrepareTestApexForInstall
276 struct PrepareTestApexForInstall { struct in android::apex::ApexServiceTest
277 static constexpr const char* kTestDir = "/data/app-staging/apexservice_tmp";
280 std::string test_input; // Original test file.
281 std::string selinux_label_input; // SELinux label to apply.
282 std::string test_dir_input;
285 std::string test_file; // Prepared path. Under test_dir_input.
286 std::string test_installed_file; // Where apexd will store it.
288 std::string package; // APEX package name.
289 uint64_t version; // APEX version
291 explicit PrepareTestApexForInstall( in PrepareTestApexForInstall() argument
316 bool Prepare() { in Prepare()
369 ~PrepareTestApexForInstall() { in ~PrepareTestApexForInstall()