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

  /bootable/recovery/mtdutils/
Android.mk 6 mounts.c
  /external/kernel-headers/original/linux/
mount.h 51 struct list_head mnt_share; /* circular list of shared mounts */
52 struct list_head mnt_slave_list;/* list of slave mounts */
93 extern void mark_mounts_for_expiry(struct list_head *mounts);
94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
  /build/tools/releasetools/
edify_generator.py 26 self.mounts = set()
35 x.mounts = self.mounts
142 self.mounts.add(p.mount_point)
236 for p in sorted(self.mounts):
238 self.mounts = set()
  /external/libffi/src/
closures.c 122 f = fopen ("/proc/mounts", "r");
236 listed in the mounts file. Subsequent calls with the same mounts
238 as the mounts file closes the file. */
240 open_temp_exec_file_mnt (const char *mounts)
245 if (mounts != last_mounts)
250 last_mounts = mounts;
252 if (mounts)
253 last_mntent = setmntent (mounts, "r");
296 { open_temp_exec_file_mnt, "/proc/mounts", 1 }
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 126 int mounts, trace_fd; local
131 mounts = open("/proc/mounts", O_RDONLY);
132 if (mounts < 0) {
133 printf("no /proc/mounts\n");
137 buflen = read(mounts, buf, sizeof(buf) - 1);
138 close(mounts);
140 printf("failed to read /proc/mounts\n");
  /external/blktrace/doc/
blktrace.tex 258 This filesystem will be automatically checked every 27 mounts or
    [all...]

Completed in 90 milliseconds