HomeSort by relevance Sort by last modified time
    Searched full:block_device (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /build/tools/releasetools/
build_image.py 166 block_device, signer_path, key):
170 block_device, signer_path, key)
  /system/extras/ext4_utils/
make_ext4fs.c 697 info.block_device = is_block_device_fd(fd);
699 if (info.block_device && (sparse || gzip || crc)) {
  /system/sepolicy/
domain.te 255 # Don't allow raw read/write/open access to block_device
257 neverallow { domain -kernel -init -recovery -uncrypt } block_device:blk_file { open read write };
file_contexts 57 /dev/block(/.*)? u:object_r:block_device:s0
system_server.te 471 allow system_server block_device:dir search;
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 259 int block_device = FALSE; variable
352 if(destination_file && !block_device)
586 block_device ? "block device" : "filesystem");
591 block_device ? "block device" : "filesystem");
    [all...]

Completed in 781 milliseconds

1 2 3 45