Home
last modified time | relevance | path

Searched refs:ParseFstabInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/updater/include/updater/
H A Dtarget_files.h52 bool ParseFstabInfo(std::vector<FstabInfo>* fstab_info_list) const;
/aosp12/bootable/recovery/updater/
H A Dbuild_info.cpp41 if (!target_file.ParseFstabInfo(&fstab_info_list)) { in ParseTargetFile()
H A Dtarget_files.cpp266 bool TargetFile::ParseFstabInfo(std::vector<FstabInfo>* fstab_info_list) const { in ParseFstabInfo() function in TargetFile
/aosp12/bootable/recovery/tests/unit/host/
H A Dupdate_simulator_test.cpp178 EXPECT_TRUE(target_file.ParseFstabInfo(&fstab_info)); in TEST_F()