HomeSort by relevance Sort by last modified time
    Searched refs:mounts (Results 1 - 9 of 9) 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
151 self.mounts.add(p.mount_point)
278 for p in sorted(self.mounts):
280 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/chromium_org/build/
install-chroot.sh 211 echo "If you still get an error message, you might have stale mounts"
212 echo "that you forgot to delete. You can always clean up mounts by"
269 mounts="$(awk '$2 != "/" && $2 !~ "^/boot" && $2 !~ "^/home" &&
276 }' /proc/mounts |
278 if [ -n "${mounts}" ]; then
284 # Print a menu, listing all non-default mounts of local or network
286 j=1; for m in ${mounts}; do
316 j=1; for m in ${mounts}; do
748 ! egrep -qs '/var/lib/[^/]*chroot/.*/chroot' /proc/mounts; then
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 331 * archive is mounted, but only for mounts from within this filebrowser tab.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 551 * Mounts archives.
561 * The core implementation of mounts archives.
  /external/blktrace/doc/
blktrace.tex 258 This filesystem will be automatically checked every 27 mounts or
    [all...]

Completed in 1107 milliseconds