Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 25 of 110) sorted by relevance

12345

/system/update_engine/payload_generator/
Dsquashfs_filesystem_unittest.cc75 void CheckSquashfs(const unique_ptr<SquashfsFilesystem>& fs) { in CheckSquashfs() argument
76 ASSERT_TRUE(fs); in CheckSquashfs()
77 EXPECT_EQ(kTestBlockSize, fs->GetBlockSize()); in CheckSquashfs()
80 ASSERT_TRUE(fs->GetFiles(&files)); in CheckSquashfs()
87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs()
114 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local
116 CheckSquashfs(fs); in TEST_F()
119 EXPECT_EQ(4096 / kTestBlockSize, fs->GetBlockCount()); in TEST_F()
122 ASSERT_TRUE(fs->GetFiles(&files)); in TEST_F()
135 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local
[all …]
Dext2_filesystem_unittest.cc67 unique_ptr<Ext2Filesystem> fs = in TEST_F() local
69 ASSERT_EQ(nullptr, fs.get()); in TEST_F()
71 fs = Ext2Filesystem::CreateFromFile("/path/to/invalid/file"); in TEST_F()
72 ASSERT_EQ(nullptr, fs.get()); in TEST_F()
76 unique_ptr<Ext2Filesystem> fs = Ext2Filesystem::CreateFromFile( in TEST_F() local
79 ASSERT_NE(nullptr, fs.get()); in TEST_F()
80 EXPECT_EQ(kDefaultFilesystemBlockCount, fs->GetBlockCount()); in TEST_F()
81 EXPECT_EQ(kDefaultFilesystemBlockSize, fs->GetBlockSize()); in TEST_F()
84 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
91 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
[all …]
Dmapfile_filesystem_unittest.cc63 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local
65 ASSERT_NE(nullptr, fs.get()); in TEST_F()
67 EXPECT_EQ(0U, fs->GetBlockCount()); in TEST_F()
69 EXPECT_EQ(4096U, fs->GetBlockSize()); in TEST_F()
82 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local
84 ASSERT_NE(nullptr, fs.get()); in TEST_F()
87 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
114 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local
116 ASSERT_NE(nullptr, fs.get()); in TEST_F()
[all …]
/system/extras/tests/kernel.config/
Dnfs_test.cpp23 std::string fs; in TEST() local
24 EXPECT_TRUE(android::base::ReadFileToString("/proc/filesystems", &fs)); in TEST()
25 EXPECT_TRUE(fs.find("\tnfs\n") == std::string::npos); in TEST()
26 EXPECT_TRUE(fs.find("\tnfs4\n") == std::string::npos); in TEST()
27 EXPECT_TRUE(fs.find("\tnfsd\n") == std::string::npos); in TEST()
/system/core/libpixelflinger/codeflinger/
Dblending.cpp73 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending() local
75 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) in build_blending()
76 fs = GGL_ONE; in build_blending()
77 const int blending = blending_codes(fs, fd); in build_blending()
102 (fs==GGL_DST_COLOR && fd==GGL_ONE_MINUS_DST_COLOR) || in build_blending()
103 (fs==GGL_SRC_COLOR && fd==GGL_ONE_MINUS_SRC_COLOR) || in build_blending()
104 (fs==GGL_DST_ALPHA && fd==GGL_ONE_MINUS_DST_ALPHA) || in build_blending()
105 (fs==GGL_SRC_ALPHA && fd==GGL_ONE_MINUS_SRC_ALPHA); in build_blending()
108 (fs==GGL_ONE_MINUS_DST_COLOR && fd==GGL_DST_COLOR) || in build_blending()
109 (fs==GGL_ONE_MINUS_SRC_COLOR && fd==GGL_SRC_COLOR) || in build_blending()
[all …]
/system/vold/
DAndroid.bp119 "fs/Exfat.cpp",
120 "fs/Ext4.cpp",
121 "fs/F2fs.cpp",
122 "fs/Vfat.cpp",
/system/sepolicy/prebuilts/api/26.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops
28 # only one file in /sys/fs/pstore
Dhealthd.te44 # Read /sys/fs/pstore/console-ramoops
46 # only one file in /sys/fs/pstore
/system/sepolicy/prebuilts/api/27.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops
28 # only one file in /sys/fs/pstore
Dhealthd.te44 # Read /sys/fs/pstore/console-ramoops
46 # only one file in /sys/fs/pstore
De2fs.te11 # access /sys/fs/ext4/features
/system/sepolicy/prebuilts/api/26.0/private/
Dgenfs_contexts1 # Label inodes with the fs label.
17 genfscon proc /sys/fs/protected_hardlinks u:object_r:proc_security:s0
18 genfscon proc /sys/fs/protected_symlinks u:object_r:proc_security:s0
19 genfscon proc /sys/fs/suid_dumpable u:object_r:proc_security:s0
/system/tpm/trunks/
Dtrunksd.rc1 on post-fs-data
Dtrunksd-simulator.rc1 on post-fs-data
/system/tpm/tpm_manager/server/
Dtpm_managerd.rc1 on post-fs-data
/system/sepolicy/public/
Dcharger.te27 # Read /sys/fs/pstore/console-ramoops
29 # only one file in /sys/fs/pstore
Dhealthd.te38 # Read /sys/fs/pstore/console-ramoops
40 # only one file in /sys/fs/pstore
/system/sepolicy/prebuilts/api/28.0/public/
Dcharger.te27 # Read /sys/fs/pstore/console-ramoops
29 # only one file in /sys/fs/pstore
Dhealthd.te38 # Read /sys/fs/pstore/console-ramoops
40 # only one file in /sys/fs/pstore
/system/core/rootdir/
Dasan_extract.rc2 on post-fs-data
Dinit.rc228 mount bpf bpf /sys/fs/bpf nodev noexec nosuid
235 mount pstore pstore /sys/fs/pstore nodev noexec nosuid
236 chown system log /sys/fs/pstore/console-ramoops
237 chmod 0440 /sys/fs/pstore/console-ramoops
238 chown system log /sys/fs/pstore/console-ramoops-0
239 chmod 0440 /sys/fs/pstore/console-ramoops-0
240 chown system log /sys/fs/pstore/pmsg-ramoops-0
241 chmod 0440 /sys/fs/pstore/pmsg-ramoops-0
279 trigger early-fs
283 # /system and /vendor must be mounted by the end of the fs stage,
[all …]
/system/nvram/hal/
Dfake-nvram.rc1 on post-fs-data
/system/extras/boottime_tools/bootio/
Dbootio.rc9 on post-fs-data
/system/core/logd/
Dlogtagd.rc4 on post-fs-data
/system/core/libunwindstack/include/unwindstack/
DUcontextX86.h46 uint32_t fs; member

12345