OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensure_path_mounted
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
roots.h
32
int
ensure_path_mounted
(const char* path);
34
// Similar to
ensure_path_mounted
, but allows one to specify the mount_point.
recovery.cpp
189
if (
ensure_path_mounted
(path) != 0) {
359
if (
ensure_path_mounted
(COMMAND_FILE) == 0 &&
468
ensure_path_mounted
(LAST_LOG_FILE);
469
ensure_path_mounted
(LAST_KMSG_FILE);
494
if (
ensure_path_mounted
(LOCALE_FILE) != 0) {
511
if (
ensure_path_mounted
(COMMAND_FILE) != 0 || (unlink(COMMAND_FILE) && errno != ENOENT)) {
541
ensure_path_mounted
(volume);
601
if (
ensure_path_mounted
(CACHE_LOG_DIR) == 0 &&
676
ensure_path_mounted
(path.c_str());
[
all
...]
roots.cpp
153
int
ensure_path_mounted
(const char* path) {
function
383
if (
ensure_path_mounted
(v->mount_point) != 0) {
install.cpp
579
ensure_path_mounted
(path.substr(1).c_str());
581
ensure_path_mounted
(path.c_str());
660
if (
ensure_path_mounted
(UNCRYPT_STATUS) != 0) {
Completed in 86 milliseconds