Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc504 std::vector<FstabEntry> apex_entries = in TearDownChroot() local
507 bool has_apex = apex_entries.size() > 1; in TearDownChroot()
521 apex_entries = OR_RETURN(GetProcMountsDescendantsOfPath(PathInChroot("/apex"))); in TearDownChroot()
522 for (const FstabEntry& entry : apex_entries) { in TearDownChroot()