Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp329 std::string test_dir_input; member
344 test_dir_input = test_dir; in PrepareTestApexForInstall()
346 test_file = test_dir_input + "/" + android::base::Basename(test); in PrepareTestApexForInstall()
421 LOG(INFO) << "Deleting directory " << test_dir_input; in ~PrepareTestApexForInstall()
422 if (rmdir(test_dir_input.c_str()) != 0) { in ~PrepareTestApexForInstall()
423 PLOG(ERROR) << "Unable to rmdir " << test_dir_input; in ~PrepareTestApexForInstall()