Searched defs:mounts (Results 1 - 4 of 4) sorted by relevance

/external/libffi/src/
H A Dclosures.c122 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) argument
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",
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c126 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/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c126 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/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c126 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");

Completed in 1116 milliseconds