Searched defs:PrepareTestApexForInstall (Results 1 – 1 of 1) sorted by relevance
320 struct PrepareTestApexForInstall { struct in android::apex::ApexServiceTest321 static constexpr const char* kTestDir = "/data/app-staging/apexservice_tmp";324 std::string test_input; // Original test file.325 std::string selinux_label_input; // SELinux label to apply.326 std::string test_dir_input;329 std::string test_file; // Prepared path. Under test_dir_input.330 std::string test_installed_file; // Where apexd will store it.332 std::string package; // APEX package name.333 uint64_t version; // APEX version335 explicit PrepareTestApexForInstall( in PrepareTestApexForInstall() function[all …]