Searched refs:dir_content (Results 1 – 2 of 2) sorted by relevance
260 auto dir_content = ReadDir("/apex", [](auto _) { return true; }); in TEST() local261 ASSERT_TRUE(IsOk(dir_content)); in TEST()262 ASSERT_EQ(dir_content->size(), 0u) in TEST()263 << "Found following entries: " << Join(*dir_content, ','); in TEST()
3360 auto dir_content = ReadDir(dir, [](const auto& entry) { in OnOtaChrootBootstrapFlattenedApex() local3365 if (!dir_content.ok()) { in OnOtaChrootBootstrapFlattenedApex()3366 LOG(ERROR) << "Failed to scan " << dir << " : " << dir_content.error(); in OnOtaChrootBootstrapFlattenedApex()3372 std::vector<std::string> entries = std::move(*dir_content); in OnOtaChrootBootstrapFlattenedApex()