HomeSort by relevance Sort by last modified time
    Searched refs:fstab (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/devlib/devlib/
target.py 429 fstab = []
436 fstab.append(FstabEntry(match.group(1), match.group(2),
440 fstab.append(FstabEntry(*line.split()))
441 return fstab
    [all...]
  /device/google/wahoo/
device.mk 534 device/google/wahoo/fstab.hardware:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.$(PRODUCT_HARDWARE)
init.hardware.rc 165 mount_all /vendor/etc/fstab.${ro.hardware} --early
208 mount_all /vendor/etc/fstab.${ro.hardware} --late
568 swapon_all /vendor/etc/fstab.${ro.hardware}
  /device/huawei/angler/
device.mk 37 device/huawei/angler/fstab.angler:root/fstab.angler \
  /device/lge/bullhead/
device.mk 37 device/lge/bullhead/fstab.bullhead:root/fstab.bullhead \
  /system/sepolicy/private/
file_contexts 9 /fstab\..* u:object_r:rootfs:s0
  /build/make/tools/releasetools/
ota_from_target_files 375 # change very often. Similarly for fstab, it might have changed
440 fs = OPTIONS.info_dict["fstab"]["/misc"]
597 fstab=OPTIONS.source_info_dict["fstab"])
659 system_src_partition = OPTIONS.source_info_dict["fstab"]["/system"]
665 system_tgt_partition = OPTIONS.target_info_dict["fstab"]["/system"]
681 vendor_partition = OPTIONS.source_info_dict["fstab"]["/vendor"]
719 fs = OPTIONS.source_info_dict["fstab"]["/misc"]
    [all...]
ota_from_target_files.py 375 # change very often. Similarly for fstab, it might have changed
440 fs = OPTIONS.info_dict["fstab"]["/misc"]
597 fstab=OPTIONS.source_info_dict["fstab"])
659 system_src_partition = OPTIONS.source_info_dict["fstab"]["/system"]
665 system_tgt_partition = OPTIONS.target_info_dict["fstab"]["/system"]
681 vendor_partition = OPTIONS.source_info_dict["fstab"]["/vendor"]
719 fs = OPTIONS.source_info_dict["fstab"]["/misc"]
    [all...]
  /external/blktrace/doc/
blktrace.tex 119 \item Add an entry into /etc/fstab, and have it done automatically at
120 each boot\footnote{Note: after adding the entry to /etc/fstab, you
    [all...]
  /build/make/core/
Makefile     [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 9 /fstab\..* u:object_r:rootfs:s0

Completed in 438 milliseconds

1 2 34