Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp327 std::string test_input; // Original test file. member
342 test_input = test; in PrepareTestApexForInstall()
367 Result<ApexFile> apex_file = ApexFile::Open(test_input); in Prepare()
370 << test_input << " failed to load: " << apex_file.error(); in Prepare()
412 prepare(test_input, test_file, selinux_label_input); in Prepare()
432 log << "test_input=" << installer->test_input << " "; in GetDebugStr()
1683 Result<ApexFile> apex = ApexFile::Open(installer->test_input); in RunPrePost()