Home
last modified time | relevance | path

Searched defs:tmp_mount_point (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1898 const std::string& n_blk_device, const char* 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()
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()
/aosp12/system/vold/
H A Dcryptfs.cpp1831 char tmp_mount_point[64]; in test_mount_encrypted_fs() local