Home
last modified time | relevance | path

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

12

/system/update_engine/payload_generator/
Dext2_filesystem_unittest.cc66 unique_ptr<Ext2Filesystem> fs = in TEST_F() local
68 ASSERT_EQ(nullptr, fs.get()); in TEST_F()
70 fs = Ext2Filesystem::CreateFromFile("/path/to/invalid/file"); in TEST_F()
71 ASSERT_EQ(nullptr, fs.get()); in TEST_F()
77 unique_ptr<Ext2Filesystem> fs = Ext2Filesystem::CreateFromFile(path.value()); 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 …]
Dext2_filesystem.cc44 int ProcessInodeAllBlocks(ext2_filsys fs, in ProcessInodeAllBlocks() argument
58 int AddMetadataBlocks(ext2_filsys fs, in AddMetadataBlocks() argument
/system/core/libpixelflinger/codeflinger/
Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending() local
74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) in build_blending()
75 fs = GGL_ONE; in build_blending()
76 const int blending = blending_codes(fs, fd); in build_blending()
101 (fs==GGL_DST_COLOR && fd==GGL_ONE_MINUS_DST_COLOR) || in build_blending()
102 (fs==GGL_SRC_COLOR && fd==GGL_ONE_MINUS_SRC_COLOR) || in build_blending()
103 (fs==GGL_DST_ALPHA && fd==GGL_ONE_MINUS_DST_ALPHA) || in build_blending()
104 (fs==GGL_SRC_ALPHA && fd==GGL_ONE_MINUS_SRC_ALPHA); in build_blending()
107 (fs==GGL_ONE_MINUS_DST_COLOR && fd==GGL_DST_COLOR) || in build_blending()
108 (fs==GGL_ONE_MINUS_SRC_COLOR && fd==GGL_SRC_COLOR) || in build_blending()
[all …]
Dmips_opcode.h75 unsigned fs: 5; member
109 unsigned fs: 5; member
DGGLAssembler.cpp160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in scanline_core() local
162 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA) in scanline_core()
163 fs = GGL_ONE; in scanline_core()
177 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in scanline_core()
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component() local
494 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) { in build_incoming_component()
495 fs = GGL_ONE; in build_incoming_component()
499 const int blending = blending_codes(fs, fd); in build_incoming_component()
502 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in build_incoming_component()
/system/core/bootstat/
Dbootstat.rc3 on post-fs-data
9 # post-fs-data: /data is writable
11 on post-fs-data && property:init.svc.bootanim=running
/system/sepolicy/
Dgenfs_contexts1 # Label inodes with the fs label.
11 genfscon proc /sys/fs/protected_hardlinks u:object_r:proc_security:s0
12 genfscon proc /sys/fs/protected_symlinks u:object_r:proc_security:s0
13 genfscon proc /sys/fs/suid_dumpable u:object_r:proc_security:s0
Dhealthd.te31 # Read /sys/fs/pstore/console-ramoops
33 # only one file in /sys/fs/pstore
Dinitial_sids10 sid fs
Dfs_use16 # Label inodes from combination of task label and fs label.
Dinitial_sid_contexts4 sid fs u:object_r:labeledfs:s0
Ddomain_deprecated.te20 # Root fs.
/system/vold/
DAndroid.mk11 fs/Ext4.cpp \
12 fs/F2fs.cpp \
13 fs/Vfat.cpp \
/system/tpm/trunks/
Dtrunksd.rc1 on post-fs-data
Dtrunksd-simulator.rc1 on post-fs-data
/system/weaved/
Dweaved.rc1 on post-fs-data
/system/core/metricsd/
Dmetricsd.rc1 on post-fs-data
/system/webservd/webservd/
Dwebservd.rc1 on post-fs-data
/system/connectivity/shill/
Dshill.rc2 on post-fs-data
/system/connectivity/apmanager/
Dapmanager.rc1 on post-fs-data
/system/core/rootdir/
Dinit.rc224 mount pstore pstore /sys/fs/pstore
225 chown system log /sys/fs/pstore/console-ramoops
226 chmod 0440 /sys/fs/pstore/console-ramoops
227 chown system log /sys/fs/pstore/pmsg-ramoops-0
228 chmod 0440 /sys/fs/pstore/pmsg-ramoops-0
245 # Load properties from /system/ + /factory after fs mount.
260 trigger early-fs
261 trigger fs
262 trigger post-fs
264 # Load properties from /system/ + /factory after fs mount. Place
[all …]
/system/core/crash_reporter/
Dcrash_reporter.rc8 on post-fs-data
/system/core/fastboot/
DAndroid.mk31 fs.cpp\
/system/core/libcutils/
DAndroid.mk42 fs.c \
/system/core/logcat/
Dlogcatd.rc5 # post-fs-data state because otherwise behavior is undefined. The exceptions

12