Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp199 std::string empty_dm_file_; member in android::installd::DexoptTest
262 empty_dm_file_ = apk_path_ + ".dm"; in create_mock_app()
264 int fd = open(empty_dm_file_.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in create_mock_app()
266 return ::testing::AssertionFailure() << "Could not open " << empty_dm_file_; in create_mock_app()
270 return ::testing::AssertionFailure() << "Null file for " << empty_dm_file_ in create_mock_app()
687 empty_dm_file_.c_str()); in TEST_F()
699 empty_dm_file_.c_str()); in TEST_F()
711 empty_dm_file_.c_str()); in TEST_F()
732 empty_dm_file_.c_str()); in TEST_F()
751 empty_dm_file_.c_str()); in TEST_F()
[all …]