Searched refs:tmp_mount_point (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/core/fs_mgr/include/ |
H A D | fs_mgr.h | 82 char* tmp_mount_point); 84 char* tmp_mount_point, bool need_cp, bool metadata_encrypted);
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 1898 const std::string& n_blk_device, const char* tmp_mount_point, in fs_mgr_do_mount_helper() argument 1945 if (tmp_mount_point) { in fs_mgr_do_mount_helper() 1946 mount_point = tmp_mount_point; in fs_mgr_do_mount_helper() 2013 int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point) { in fs_mgr_do_mount() argument 2014 return fs_mgr_do_mount_helper(fstab, n_name, n_blk_device, tmp_mount_point, -1, false); in fs_mgr_do_mount() 2017 int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point, in fs_mgr_do_mount() argument 2019 return fs_mgr_do_mount_helper(fstab, n_name, n_blk_device, tmp_mount_point, needs_checkpoint, in fs_mgr_do_mount()
|
/aosp12/system/vold/ |
H A D | cryptfs.cpp | 1831 char tmp_mount_point[64]; in test_mount_encrypted_fs() local 1879 snprintf(tmp_mount_point, sizeof(tmp_mount_point), "%s/tmp_mnt", mount_point); in test_mount_encrypted_fs() 1880 mkdir(tmp_mount_point, 0755); in test_mount_encrypted_fs() 1882 const_cast<char*>(crypto_blkdev.c_str()), tmp_mount_point)) { in test_mount_encrypted_fs() 1891 umount(tmp_mount_point); in test_mount_encrypted_fs()
|