OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensure_path_mounted_at
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
roots.h
35
int
ensure_path_mounted_at
(const char* path, const char* mount_point);
roots.cpp
100
int
ensure_path_mounted_at
(const char* path, const char* mount_point) {
function
155
return
ensure_path_mounted_at
(path, nullptr);
recovery.cpp
[
all
...]
Completed in 62 milliseconds