Home
last modified time | relevance | path

Searched refs:test_input (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexservice_test.cpp262 std::string test_input; // Original test file. member
277 test_input = test; in PrepareTestApexForInstall()
302 Result<ApexFile> apex_file = ApexFile::Open(test_input); in Prepare()
305 << test_input << " failed to load: " << apex_file.error(); in Prepare()
347 prepare(test_input, test_file, selinux_label_input); in Prepare()
367 log << "test_input=" << installer->test_input << " "; in GetDebugStr()