OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volume_for_mount_point
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
roots.h
28
Volume*
volume_for_mount_point
(const std::string& mount_point);
roots.cpp
72
Volume*
volume_for_mount_point
(const std::string& mount_point) {
function
recovery.cpp
762
if (
volume_for_mount_point
(METADATA_ROOT) != nullptr) {
[
all
...]
install.cpp
656
bool has_cache =
volume_for_mount_point
("/cache") != nullptr;
Completed in 69 milliseconds