Searched defs:fs_mgr_free_fstab (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dremount_service.cpp57 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
58 fs_mgr_free_fstab); local
/system/vold/
H A DIdleMaint.cpp100 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
101 fs_mgr_free_fstab); local
259 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
260 fs_mgr_free_fstab); local
/system/core/fs_mgr/
H A Dfs_mgr.cpp1318 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
1319 fs_mgr_free_fstab); local
1362 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
1363 fs_mgr_free_fstab); local
H A Dfs_mgr_fstab.cpp641 fs_mgr_free_fstab(fstab);
662 fs_mgr_free_fstab(a);
663 fs_mgr_free_fstab(b);
672 // We can't call fs_mgr_free_fstab because a->recs still references the
826 void fs_mgr_free_fstab(struct fstab *fstab) function
911 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
912 fs_mgr_free_fstab); local
/system/core/init/
H A Dproperty_service.cpp729 std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
730 fs_mgr_free_fstab); local

Completed in 881 milliseconds