Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp1395 std::string top_directory(prefix); in ensure_subdirectory_unmounted() local
1397 top_directory = top_directory + "/"; in ensure_subdirectory_unmounted()
1400 if (strcmp(mentry->mnt_dir, top_directory.c_str()) == 0) { in ensure_subdirectory_unmounted()
1404 if (android::base::StartsWith(mentry->mnt_dir, top_directory)) { in ensure_subdirectory_unmounted()