Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h55 std::string zram_loopback_path; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp429 EXPECT_EQ("", entry->zram_loopback_path); in TEST()
459 EXPECT_EQ("", entry->zram_loopback_path); in TEST()
1043 EXPECT_EQ("/dev/path", entry->zram_loopback_path); in TEST()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp325 entry->zram_loopback_path = arg; in ParseFsMgrFlags()
Dfs_mgr.cpp1593 …if (!PrepareZramDevice(entry.zram_loopback_path, entry.zram_loopback_size, entry.zram_backing_dev_… in fs_mgr_swapon_all()