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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fstab.h 29 * @(#)fstab.h 8.1 (Berkeley) 6/2/93
38 * File system table, see fstab(5).
48 #define _PATH_FSTAB "/etc/fstab"
49 #define FSTAB "/etc/fstab" /* deprecated */
57 struct fstab struct
71 extern struct fstab *getfsent (void) __THROW;
72 extern struct fstab *getfsspec (__const char *__name) __THROW;
73 extern struct fstab *getfsfile (__const char *__name) __THROW;
79 #endif /* fstab.h *
    [all...]
  /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."
  /build/tools/releasetools/
img_from_target_files 68 fstab = OPTIONS.info_dict["fstab"]
69 if fstab and fstab["/data"].fs_type.startswith("ext"):
74 fstab["/data"].fs_type, "data"])
119 fstab = OPTIONS.info_dict["fstab"]
120 if fstab and fstab["/system"].fs_type.startswith("ext"):
126 fstab["/system"].fs_type, "system"]
    [all...]
edify_generator.py 136 fstab = self.info.get("fstab", None)
137 if fstab:
138 p = fstab[mount_point]
165 fstab = self.info.get("fstab", None)
166 if fstab:
167 p = fstab[partition]
196 fstab = self.info["fstab"]
    [all...]
common.py 144 d["fstab"] = LoadRecoveryFSTab(zip)
152 data = zip.read("RECOVERY/RAMDISK/etc/recovery.fstab")
154 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab in %s." % zip
163 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
388 if info_dict["fstab"]:
390 p = info_dict["fstab"][mount_point]
814 # map recovery.fstab's fs_types to mount/format "partition types"
819 fstab = info["fstab"]
820 if fstab
    [all...]
  /external/e2fsprogs/debian/
initrd.ext3-add-journal 16 echo >> /etc/fstab
  /device/samsung/toro/
releasetools.py 104 fstab = info.info_dict["fstab"]
109 (fstab["/xloader"].device, fstab["/sbl"].device))
  /device/samsung/tuna/
releasetools.py 87 fstab = info.info_dict["fstab"]
92 (fstab["/xloader"].device, fstab["/sbl"].device))
  /bootable/recovery/
roots.c 61 FILE* fstab = fopen("/etc/recovery.fstab", "r"); local
62 if (fstab == NULL) {
63 LOGE("failed to open /etc/recovery.fstab (%s)\n", strerror(errno));
69 while (fgets(buffer, sizeof(buffer)-1, fstab)) {
104 LOGE("skipping malformed recovery.fstab line: %s\n", original);
109 LOGE("skipping malformed recovery.fstab line: %s\n", original);
114 fclose(fstab);
  /system/core/rootdir/
Android.mk 11 copy_from += etc/vold.fstab
15 copy_from += etc/vold.fstab
  /build/core/
legacy_prebuilts.mk 122 vold.fstab \
Makefile 639 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
646 $(info No recovery.fstab for TARGET_DEVICE $(TARGET_DEVICE))
709 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab)
    [all...]
  /build/target/product/
sdk.mk 138 system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
  /external/bluetooth/glib/gio/
gunixmounts.c 178 #include <fstab.h>
664 * read the fstab.
679 return "/etc/fstab";
968 struct fstab *fstab = NULL; local
1004 while ((fstab = getfsent ()) != NULL)
1006 if (strcmp (fstab->fs_vfstype, "swap") == 0)
1011 mount_entry->mount_path = g_strdup (fstab->fs_file);
1012 mount_entry->device_path = g_strdup (fstab->fs_spec);
1013 mount_entry->filesystem_type = g_strdup (fstab->fs_vfstype)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 43 #include <fstab.h>
229 struct fstab entry;
259 struct fstab* entry;
  /device/moto/wingray/
device_base.mk 63 device/moto/wingray/vold.fstab:system/etc/vold.fstab \
  /external/e2fsprogs/misc/
fsck.c 67 #define _PATH_MNTTAB "/etc/fstab"
332 * 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...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 250 -delta /etc/fstab \
  /device/samsung/crespo/
device_base.mk 46 device/samsung/crespo/vold.fstab:system/etc/vold.fstab \
  /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 2597 milliseconds