Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp324 std::string test_input; // Original test file. member
339 test_input = test; in PrepareTestApexForInstall()
364 Result<ApexFile> apex_file = ApexFile::Open(test_input); in Prepare()
367 << test_input << " failed to load: " << apex_file.error(); in Prepare()
409 prepare(test_input, test_file, selinux_label_input); in Prepare()
429 log << "test_input=" << installer->test_input << " "; in GetDebugStr()
1622 Result<ApexFile> apex = ApexFile::Open(installer->test_input); in RunPrePost()