Home
last modified time | relevance | path

Searched refs:max_comp_streams (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/fuzz/
H A Dfstab.dict60 "max_comp_streams="
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h47 int max_comp_streams = 0; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp507 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
529 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
758 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
763 EXPECT_EQ(123456, entry->max_comp_streams); in TEST()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp248 if (!ParseInt(arg, &entry->max_comp_streams)) { in ParseFsMgrFlags()
H A Dfs_mgr.cpp2112 if (entry.max_comp_streams >= 0) { in fs_mgr_swapon_all()
2120 fprintf(zram_mcs_fp.get(), "%d\n", entry.max_comp_streams); in fs_mgr_swapon_all()