platform_system_core/fs_mgr/libfstab
Yi-Yo Chiang e54c0be60f libfstab: Optimize out C++ object copy
* Edit / truncate string objects in-place, don't copy a temporary string
  object just for storing intermeidate results.
* Replace copy construct semantics with move semantics.
* Use range-based std::vector::insert() to move whole range.

Bug: 293695109
Test: CtsFsMgrTestCases
Change-Id: I5437303ba9900dbad3276a981413cba138f17157
2023-08-03 01:31:16 +08:00
..
fuzz
include/fstab init: Use libfs_mgr kernel cmdline parser 2023-08-02 17:59:05 +08:00
Android.bp
boot_config.cpp libfstab: Optimize out C++ object copy 2023-08-03 01:31:16 +08:00
fstab.cpp libfstab: Optimize out C++ object copy 2023-08-03 01:31:16 +08:00
fstab_priv.h init: Use libfs_mgr kernel cmdline parser 2023-08-02 17:59:05 +08:00
logging_macros.h
slotselect.cpp