Searched defs:PrepareTestApexForInstall (Results 1 – 1 of 1) sorted by relevance
258 struct PrepareTestApexForInstall { struct in android::apex::ApexServiceTest259 static constexpr const char* kTestDir = "/data/app-staging/apexservice_tmp";262 std::string test_input; // Original test file.263 std::string selinux_label_input; // SELinux label to apply.264 std::string test_dir_input;267 std::string test_file; // Prepared path. Under test_dir_input.268 std::string test_installed_file; // Where apexd will store it.270 std::string package; // APEX package name.271 uint64_t version; // APEX version273 explicit PrepareTestApexForInstall( in PrepareTestApexForInstall() function[all …]