HomeSort by relevance Sort by last modified time
    Searched refs:fstab (Results 1 - 25 of 65) sorted by null

1 2 3

  /device/google/cuttlefish/shared/config/
system-root.dts 23 fstab {
24 compatible = "android,fstab";
initrd-root.dts 23 fstab {
24 compatible = "android,fstab";
Android.mk 68 LOCAL_MODULE_STEM := gsi.fstab
69 LOCAL_SRC_FILES := gsi.fstab
  /external/e2fsprogs/install-utils/
convfstab 2 # Make /etc/fstab standard compliant.
20 # Actually there are no comments allowed in /etc/fstab
21 echo "Warning: comment in /etc/fstab detected." >&2
69 done </etc/fstab >/tmp/newfstab.$$
70 mv -f /etc/fstab /etc/fstab.bak
71 mv -f /tmp/newfstab.$$ /etc/fstab
74 echo "Installation of patched /etc/fstab failed."
  /external/fsck_msdos/
fsutil.h 55 struct fstab;
56 int checkfstab(int, int (*)(struct fstab *),
  /bootable/recovery/otautil/include/otautil/
roots.h 21 #include <fstab/fstab.h>
25 // Load and parse volume data from /etc/recovery.fstab.
  /device/linaro/hikey/hikey960/
BoardConfig.mk 19 # On kernels before 4.19, enable dtb fstab. On kernels >= 4.19, both dtb
20 # fstab and android-verity are deprecated, so until we have avb2 support
21 # in the bootloader, don't enable either feature. The ramdisk fstab
23 # fstab is present, it will override it automatically.
25 # Enable treble dtb fstab with verity
32 # Enable treble dtb fstab without verity
54 TARGET_RECOVERY_FSTAB := device/linaro/hikey/hikey960/fstab.hikey960
device-hikey960.mk 20 PRODUCT_COPY_FILES += $(LOCAL_PATH)/fstab.hikey960:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey960 \
21 device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey960 \
  /device/generic/goldfish/
arm32-vendor.mk 13 device/generic/goldfish/fstab.ranchu.initrd.arm:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \
17 device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
arm64-vendor.mk 14 device/generic/goldfish/fstab.ranchu.initrd.arm:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \
18 device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
  /device/generic/qemu/
ranchu_arm64.mk 33 $(LOCAL_PATH)/fstab.ranchu:root/fstab.ranchu \
qemu_base.mk 103 device/generic/qemu/fstab.ranchu:root/fstab.ranchu \
  /device/google/marlin/
aosp_marlin.mk 31 PRODUCT_COPY_FILES += device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.marlin
aosp_sailfish.mk 31 PRODUCT_COPY_FILES += device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish
device-sailfish.mk 46 device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish \
device-marlin.mk 46 device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.marlin \
  /bootable/recovery/otautil/
roots.cpp 48 using android::fs_mgr::Fstab;
52 static Fstab fstab; variable
55 if (!ReadDefaultFstab(&fstab)) {
56 LOG(ERROR) << "Failed to read default fstab";
60 fstab.emplace_back(FstabEntry{
64 for (size_t i = 0; i < fstab.size(); ++i) {
65 const auto& entry = fstab[i];
74 return android::fs_mgr::GetEntryForMountPoint(&fstab, mount_point);
79 return android::fs_mgr::EnsurePathMounted(&fstab, path, mount_point) ? 0 : -1
    [all...]
  /device/linaro/hikey/hikey/
BoardConfig.mk 13 # On kernels before 4.19, enable dtb fstab with android-verity. On kernels >=
14 # 4.19, both dtb fstab and android-verity are deprecated, so until we have
16 # fstab needed for the new mechanism will be installed unconditionally; if
17 # dtb fstab is present, it will override it automatically.
device-hikey.mk 19 $(LOCAL_PATH)/$(TARGET_FSTAB):$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey \
20 device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey \
  /device/google/cuttlefish/shared/
device.mk 158 # The fstab requires special handling. For system-as-root builds, we *must*
161 # rely on DTB, and *must* retrieve the partition mount options from an fstab
162 # in the initrd instead. (In either case, the fstab *must also* be installed to
167 device/google/cuttlefish/shared/config/fstab.dtb:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.cutf_ivsh \
168 device/google/cuttlefish/shared/config/fstab.dtb:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.cutf_cvm \
172 device/google/cuttlefish/shared/config/fstab.initrd-dynamic-partitions:$(TARGET_COPY_OUT_RAMDISK)/fstab.cutf_ivsh \
173 device/google/cuttlefish/shared/config/fstab.initrd-dynamic-partitions:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.cutf_ivsh
    [all...]
BoardConfig.mk 149 # defined somewhere, and the dtb fstab doesn't define it (deliberately)
150 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd
152 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd-dynamic-partitions
154 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd
  /device/linaro/hikey/
hikey-common.mk 19 TARGET_FSTAB := fstab.hikey
  /external/avb/libavb_user/
avb_ops_user.cpp 42 using android::fs_mgr::Fstab;
47 /* Open the appropriate fstab file and fallback to /fstab.device if
50 static bool open_fstab(Fstab* fstab) {
51 return ReadDefaultFstab(fstab) || ReadFstabFromFile("/fstab.device", fstab);
74 * We can't use fs_mgr to look up |name| because fstab doesn't list
92 Fstab fstab local
    [all...]
  /bootable/recovery/
fsck_unshare_blocks.cpp 37 #include <fstab/fstab.h>
78 LOG(INFO) << "No fstab entry for " << partition << ", skipping.";
  /device/generic/trusty/
qemu_trusty_base.mk 74 device/generic/qemu/fstab.ranchu:root/fstab.qemu_trusty \

Completed in 1249 milliseconds

1 2 3