Searched refs:tmp_mnt_point (Results 1 - 2 of 2) sorted by path

/system/core/fs_mgr/
H A Dfs_mgr.c504 /* If tmp_mnt_point is non-null, mount the filesystem there. This is for the
507 int fs_mgr_do_mount(char *fstab_file, char *n_name, char *n_blk_dev, char *tmp_mnt_point) argument
534 if (tmp_mnt_point) {
535 m = tmp_mnt_point;
/system/core/fs_mgr/include/
H A Dfs_mgr.h21 int fs_mgr_do_mount(char *fstab_file, char *n_name, char *n_blk_dev, char *tmp_mnt_point);

Completed in 43 milliseconds