Lines Matching defs:PrepareTestApexForInstall
323 struct PrepareTestApexForInstall { struct in android::apex::ApexServiceTest
324 static constexpr const char* kTestDir = "/data/app-staging/apexservice_tmp";
327 std::string test_input; // Original test file.
328 std::string selinux_label_input; // SELinux label to apply.
329 std::string test_dir_input;
332 std::string test_file; // Prepared path. Under test_dir_input.
333 std::string test_installed_file; // Where apexd will store it.
335 std::string package; // APEX package name.
336 uint64_t version; // APEX version
338 explicit PrepareTestApexForInstall( in PrepareTestApexForInstall() argument
363 bool Prepare() { in Prepare()
416 ~PrepareTestApexForInstall() { in ~PrepareTestApexForInstall()