Searched refs:fs (Results 1 – 25 of 39) sorted by relevance
12
/system/update_engine/payload_generator/ |
D | ext2_filesystem_unittest.cc | 66 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 …]
|
D | ext2_filesystem.cc | 44 int ProcessInodeAllBlocks(ext2_filsys fs, in ProcessInodeAllBlocks() argument 58 int AddMetadataBlocks(ext2_filsys fs, in AddMetadataBlocks() argument
|
/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 72 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 …]
|
D | mips_opcode.h | 75 unsigned fs: 5; member 109 unsigned fs: 5; member
|
D | GGLAssembler.cpp | 160 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/ |
D | bootstat.rc | 3 on post-fs-data 9 # post-fs-data: /data is writable 11 on post-fs-data && property:init.svc.bootanim=running
|
/system/sepolicy/ |
D | genfs_contexts | 1 # 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
|
D | healthd.te | 31 # Read /sys/fs/pstore/console-ramoops 33 # only one file in /sys/fs/pstore
|
D | initial_sids | 10 sid fs
|
D | fs_use | 16 # Label inodes from combination of task label and fs label.
|
D | initial_sid_contexts | 4 sid fs u:object_r:labeledfs:s0
|
D | domain_deprecated.te | 20 # Root fs.
|
/system/vold/ |
D | Android.mk | 11 fs/Ext4.cpp \ 12 fs/F2fs.cpp \ 13 fs/Vfat.cpp \
|
/system/tpm/trunks/ |
D | trunksd.rc | 1 on post-fs-data
|
D | trunksd-simulator.rc | 1 on post-fs-data
|
/system/weaved/ |
D | weaved.rc | 1 on post-fs-data
|
/system/core/metricsd/ |
D | metricsd.rc | 1 on post-fs-data
|
/system/webservd/webservd/ |
D | webservd.rc | 1 on post-fs-data
|
/system/connectivity/shill/ |
D | shill.rc | 2 on post-fs-data
|
/system/connectivity/apmanager/ |
D | apmanager.rc | 1 on post-fs-data
|
/system/core/rootdir/ |
D | init.rc | 224 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/ |
D | crash_reporter.rc | 8 on post-fs-data
|
/system/core/fastboot/ |
D | Android.mk | 31 fs.cpp\
|
/system/core/libcutils/ |
D | Android.mk | 42 fs.c \
|
/system/core/logcat/ |
D | logcatd.rc | 5 # post-fs-data state because otherwise behavior is undefined. The exceptions
|
12