Searched refs:n_blk_device (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fs_mgr/include/ |
H A D | fs_mgr.h | 88 int fs_mgr_do_mount(android::fs_mgr::Fstab* fstab, const char* n_name, char* n_blk_device, 90 int fs_mgr_do_mount(android::fs_mgr::Fstab* fstab, const char* n_name, char* n_blk_device,
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 1876 const std::string& n_blk_device, const char* tmp_mount_point, in fs_mgr_do_mount_helper() argument 1898 << n_blk_device; in fs_mgr_do_mount_helper() 1909 WrapUserdataIfNeeded(&fstab_entry, n_blk_device); in fs_mgr_do_mount_helper() 1911 if (!checkpoint_manager.Update(&fstab_entry, n_blk_device)) { in fs_mgr_do_mount_helper() 1917 if (fstab_entry.fs_mgr_flags.wait && !WaitForFile(n_blk_device, 20s)) { in fs_mgr_do_mount_helper() 1918 LERROR << "Skipping mounting '" << n_blk_device << "'"; in fs_mgr_do_mount_helper() 1929 int fs_stat = prepare_fs_for_mount(n_blk_device, fstab_entry, mount_point); in fs_mgr_do_mount_helper() 1957 if (!__mount(n_blk_device, mount_point, fstab_entry)) { in fs_mgr_do_mount_helper() 1967 check_fs(n_blk_device, fstab_entry.fs_type, mount_point, &fs_stat); in fs_mgr_do_mount_helper() 1975 PERROR << "Cannot mount filesystem on " << n_blk_device << " at " << mount_point; in fs_mgr_do_mount_helper() [all …]
|