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

12

  /build/tools/releasetools/
edify_generator.py 23 def __init__(self, version, info, fstab=None):
28 if fstab is None:
29 self.fstab = self.info.get("fstab", None)
31 self.fstab = fstab
175 fstab = self.fstab
176 if fstab:
177 p = fstab[mount_point
    [all...]
common.py 180 d["fstab"] = LoadRecoveryFSTab(read_helper, d["fstab_version"])
214 data = read_helper("RECOVERY/RAMDISK/etc/recovery.fstab")
216 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab"
227 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
263 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
277 # Ignore all unknown options in the unified fstab
581 if info_dict["fstab"]:
584 p = info_dict["fstab"][mount_point]
    [all...]
ota_from_target_files 490 # change very often. Similarly for fstab, it might have changed
557 fs = OPTIONS.info_dict["fstab"]["/misc"]
733 fstab=OPTIONS.source_info_dict["fstab"])
837 fs = OPTIONS.source_info_dict["fstab"]["/misc"]
    [all...]
ota_from_target_files.py 490 # change very often. Similarly for fstab, it might have changed
557 fs = OPTIONS.info_dict["fstab"]["/misc"]
733 fstab=OPTIONS.source_info_dict["fstab"])
837 fs = OPTIONS.source_info_dict["fstab"]["/misc"]
    [all...]
  /system/core/init/
builtins.cpp 404 struct fstab *fstab; local
433 fstab = fs_mgr_read_fstab(args[1]);
434 child_ret = fs_mgr_mount_all(fstab);
435 fs_mgr_free_fstab(fstab);
489 struct fstab *fstab; local
492 fstab = fs_mgr_read_fstab(args[1]);
493 ret = fs_mgr_swapon_all(fstab);
494 fs_mgr_free_fstab(fstab);
    [all...]
property_service.cpp 59 #define FSTAB_PREFIX "/fstab."
533 std::unique_ptr<fstab, void(*)(fstab*)> tab(fs_mgr_read_fstab(fstab_filename),
536 ERROR("unable to read fstab %s: %s\n", fstab_filename, strerror(errno));
542 ERROR("/recovery not specified in fstab\n");
  /build/core/
legacy_prebuilts.mk 88 vold.fstab \
Makefile     [all...]
  /device/asus/fugu/
BoardConfig.mk 24 TARGET_RECOVERY_FSTAB := device/asus/fugu/recovery.fstab
device.mk 70 device/asus/fugu/fstab.fugu:root/fstab.fugu \
init.fugu.rc 50 mount_all ./fstab.fugu
51 swapon_all ./fstab.fugu
  /device/lge/hammerhead/
BoardConfig.mk 106 TARGET_RECOVERY_FSTAB = device/lge/hammerhead/fstab.hammerhead
device.mk 46 device/lge/hammerhead/fstab.hammerhead:root/fstab.hammerhead \
init.hammerhead.rc 36 mount_all ./fstab.hammerhead
  /device/moto/shamu/
BoardConfig.mk 109 TARGET_RECOVERY_FSTAB = device/moto/shamu/fstab.shamu
device.mk 37 device/moto/shamu/fstab.shamu:root/fstab.shamu \
init.shamu.rc 41 mount_all fstab.shamu
43 # Keeping following partitions outside fstab file. As user may not have
44 # these partition flashed on the device. Failure to mount any partition in fstab file
  /system/vold/
cryptfs.c 423 extern struct fstab *fstab;
558 fs_mgr_get_crypt_info(fstab, key_loc, real_blkdev, sizeof(key_loc));
    [all...]
CommandListener.cpp 284 extern struct fstab *fstab;
298 fs_mgr_mount_all(fstab);
  /external/e2fsprogs/misc/
fsck.c 66 #define _PATH_MNTTAB "/etc/fstab"
331 * Load the filesystem database from /etc/fstab
369 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
371 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
379 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
696 * use that type regardless of what is specified in /etc/fstab.
699 * specified in /etc/fstab, or DEFAULT_FSTYPE.
883 _("%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"),
956 /* Check all file systems, using the /etc/fstab table. */
1257 const char *fstab; local
    [all...]
  /device/htc/flounder/
device.mk 41 LOCAL_FSTAB := $(LOCAL_PATH)/fstab.flounder
51 $(LOCAL_FSTAB):root/fstab.flounder \
58 $(LOCAL_FSTAB):root/fstab.flounder64 \
  /device/asus/deb/
init.deb.rc 36 mount_all ./fstab.flo
  /device/asus/flo/
init.flo.rc 36 mount_all ./fstab.flo
  /external/sepolicy/
file_contexts 8 /fstab\..* u:object_r:rootfs:s0
  /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...]

Completed in 387 milliseconds

12