Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp264 std::string test_dir_input; member
279 test_dir_input = test_dir; in PrepareTestApexForInstall()
281 test_file = test_dir_input + "/" + android::base::Basename(test); in PrepareTestApexForInstall()
356 LOG(INFO) << "Deleting directory " << test_dir_input; in ~PrepareTestApexForInstall()
357 if (rmdir(test_dir_input.c_str()) != 0) { in ~PrepareTestApexForInstall()
358 PLOG(ERROR) << "Unable to rmdir " << test_dir_input; in ~PrepareTestApexForInstall()