Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp539 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
561 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
796 EXPECT_EQ(0, entry->max_comp_streams); in TEST()
801 EXPECT_EQ(123456, entry->max_comp_streams); in TEST()
/aosp_15_r20/system/core/fs_mgr/libfstab/fuzz/
H A Dfstab.dict60 "max_comp_streams="
/aosp_15_r20/system/core/fs_mgr/libfstab/include/fstab/
H A Dfstab.h49 int max_comp_streams = 0; member
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp2038 if (entry.max_comp_streams >= 0) { in fs_mgr_swapon_all()
2046 fprintf(zram_mcs_fp.get(), "%d\n", entry.max_comp_streams); in fs_mgr_swapon_all()
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp277 if (!ParseInt(arg, &entry->max_comp_streams)) { in ParseFsMgrFlags()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv6434 …stem/core,[email protected],Add support for max_comp_streams option for zr…