Searched refs:blk (Results 1 – 12 of 12) sorted by relevance
| /system/core/trusty/storage/tests/ |
| D | main.cpp | 102 void WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool complete); 421 size_t blk = 2048; in TEST_P() local 437 WritePattern(handle, 0, 32 * blk, blk, true); in TEST_P() 440 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 451 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 463 size_t blk = 2048; in TEST_P() local 479 WritePatternChunk(handle, 0, blk, true); in TEST_P() 482 ReadPattern(handle, 0, blk, blk); in TEST_P() 589 size_t blk = 2048; in TEST_P() local 600 WritePatternChunk(handle, 0, blk, true); in TEST_P() [all …]
|
| /system/sepolicy/microdroid/system/private/ |
| D | property_contexts | 126 dev.mnt.blk.root u:object_r:dev_mnt_prop:s0 exact string 127 dev.mnt.blk.vendor u:object_r:dev_mnt_prop:s0 exact string
|
| /system/sepolicy/prebuilts/api/31.0/public/ |
| D | shell.te | 222 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/prebuilts/api/33.0/public/ |
| D | shell.te | 220 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/prebuilts/api/34.0/public/ |
| D | shell.te | 227 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/prebuilts/api/32.0/public/ |
| D | shell.te | 222 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/public/ |
| D | shell.te | 227 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/prebuilts/api/29.0/public/ |
| D | shell.te | 245 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/sepolicy/prebuilts/api/30.0/public/ |
| D | shell.te | 255 # Limit shell to only getattr on blk devices for host side tests.
|
| /system/tools/hidl/test/hidl_test/ |
| D | hidl_test_client.cpp | 1040 MemoryBlock blk = {token, 0x200 /* size */, 0x100 /* offset */}; in TEST_F() local 1041 EXPECT_OK(memoryTest->haveSomeMemoryBlock(blk, [&](const MemoryBlock& blkBack) { in TEST_F() 1046 blk = blkBack; in TEST_F() 1049 sp<IMemoryToken> mtoken = blk.token; in TEST_F()
|
| /system/core/init/ |
| D | README.md | 843 `dev.mnt.dev.<mount_point>`, `dev.mnt.blk.<mount_point>`, `dev.mnt.rootdisk.<mount_point>` 850 `dev.mnt.blk.<mount_point>` indicates the disk partition to the above block device. 851 (e.g., sdaN / mmcblk0pN to access `/sys/class/block/${dev.mnt.blk.<mount_point>}/`)
|
| /system/core/rootdir/ |
| D | init.rc | 1129 # dev.mnt.dev.data=dm-N, dev.mnt.blk.data=sdaN/mmcblk0pN, dev.mnt.rootdisk.data=sda/mmcblk0, or 1130 …# dev.mnt.dev.data=sdaN/mmcblk0pN, dev.mnt.blk.data=sdaN/mmcblk0pN, dev.mnt.rootdisk.data=sda/mmcb…
|