Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp62 if (ensure_path_mounted(path) != 0) { in fopen_path()
222 ensure_path_mounted(LAST_LOG_FILE); in copy_logs()
223 ensure_path_mounted(LAST_KMSG_FILE); in copy_logs()
260 ensure_path_mounted("/cache"); in ReadLogFilesToMemory()
300 if (ensure_path_mounted(CACHE_LOG_DIR) != 0) { in RestoreLogFilesAfterFormat()
Droots.cpp83 int ensure_path_mounted(const std::string& path) { in ensure_path_mounted() function
305 if (ensure_path_mounted(entry.mount_point) != 0) { in setup_install_mounts()
/bootable/recovery/recovery_utils/include/recovery_utils/
Droots.h33 int ensure_path_mounted(const std::string& path);
/bootable/recovery/install/
Dfuse_install.cpp59 ensure_path_mounted(path); in BrowseDirectory()
209 if (ensure_path_mounted(SDCARD_ROOT) != 0) { in ApplyFromSdcard()
Dinstall.cpp586 if (ensure_path_mounted(UNCRYPT_STATUS) != 0) { in InstallPackage()
672 if (ensure_path_mounted(block_map_path) != 0) { in SetupPackageMount()
682 if (ensure_path_mounted(package_path) != 0) { in SetupPackageMount()
/bootable/recovery/
Drecovery.cpp135 if (ensure_path_mounted(LOCALE_FILE) != 0) { in FinishRecovery()
152 if (ensure_path_mounted(COMMAND_FILE) != 0 || (unlink(COMMAND_FILE) && errno != ENOENT)) { in FinishRecovery()
230 if (ensure_path_mounted(log_file) == 0 && access(log_file.c_str(), R_OK) == 0) { in choose_recovery_file()
750 ensure_path_mounted(update_package + 1); in start_recovery()
752 ensure_path_mounted(update_package); in start_recovery()
Drecovery_main.cpp142 if (ensure_path_mounted(COMMAND_FILE) == 0 && in get_args()
175 if (ensure_path_mounted(LOCALE_FILE) != 0) { in load_locale_from_cache()