Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3075 std::string bind_mount = data.mount_point.substr(0, pos); in UnmountAll() local
3076 if (umount2(bind_mount.c_str(), UMOUNT_NOFOLLOW) != 0) { in UnmountAll()
3077 PLOG(ERROR) << "Failed to unmount bind-mount " << bind_mount; in UnmountAll()