Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file.h54 const std::optional<std::string>& GetFsType() const { return fs_type_; } in GetFsType() function
Dapexd_test_utils.h116 Property("fs_type", &ApexFile::GetFsType,
117 Eq(other.get().GetFsType())),
Dapex_file_test.cpp157 EXPECT_EQ(std::string(GetParam().type), apex_file->GetFsType().value()); in TEST_P()
178 ASSERT_FALSE(apex_file->GetFsType().has_value()); in TEST()
Dapexd.cpp556 if (!apex.GetFsType()) { in MountPackageImpl()
560 apex.GetFsType().value().c_str(), mount_flags, nullptr) == 0) { in MountPackageImpl()