diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-09-29 06:47:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-09-29 06:47:27 +0000 |
commit | 16e31801a5c2ed1df3960089e3aca3ce06b6c9a2 (patch) | |
tree | 35b4565e835802a34c5e1edf65b27a4f01224644 /fs_mgr/include_fstab | |
parent | 8cbbacdc157d1e38727b98d94e0a2c6088139a93 (diff) | |
parent | c55f188207215bea0980027e47cbc6325a3a1f38 (diff) | |
download | core-16e31801a5c2ed1df3960089e3aca3ce06b6c9a2.tar.gz core-16e31801a5c2ed1df3960089e3aca3ce06b6c9a2.tar.bz2 core-16e31801a5c2ed1df3960089e3aca3ce06b6c9a2.zip |
Merge "fs_mgr_fstab: removing fs_mgr_get_entry_for_mount_point_after()"
Diffstat (limited to 'fs_mgr/include_fstab')
-rw-r--r-- | fs_mgr/include_fstab/fstab/fstab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/include_fstab/fstab/fstab.h b/fs_mgr/include_fstab/fstab/fstab.h index 8a18ec030..ef5172444 100644 --- a/fs_mgr/include_fstab/fstab/fstab.h +++ b/fs_mgr/include_fstab/fstab/fstab.h @@ -70,7 +70,6 @@ void fs_mgr_free_fstab(struct fstab* fstab); int fs_mgr_add_entry(struct fstab* fstab, const char* mount_point, const char* fs_type, const char* blk_device); -struct fstab_rec* fs_mgr_get_entry_for_mount_point(struct fstab* fstab, const char* path); int fs_mgr_is_voldmanaged(const struct fstab_rec* fstab); int fs_mgr_is_nonremovable(const struct fstab_rec* fstab); int fs_mgr_is_verified(const struct fstab_rec* fstab); @@ -95,6 +94,7 @@ __END_DECLS // TODO: move this into separate header files under include/fs_mgr/*.h #ifdef __cplusplus std::string fs_mgr_get_slot_suffix(); +struct fstab_rec* fs_mgr_get_entry_for_mount_point(struct fstab* fstab, const std::string& path); #endif #endif /* __CORE_FS_TAB_H */ |