OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtab
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/dns/include/
nsswitch.h
192
ns_mtab *
mtab
; /* method table */
member in struct:__anon206
193
u_int mtabsize; /* size of
mtab
*/
/device/linaro/bootloader/edk2/StdLib/Include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon13015
213
u_int mtabsize; /* size of
mtab
*/
/external/autotest/client/bin/
partition.py
489
/etc/
mtab
)
505
# /proc/mounts in this case, try /etc/
mtab
506
res = self.get_mountpoint(open_func=open_func, filename='/etc/
mtab
')
508
# trust /etc/
mtab
only about /
682
mtab
= open('/etc/
mtab
')
684
fcntl.flock(
mtab
.fileno(), fcntl.LOCK_EX)
688
mtab
.close()
690
mtab
.close()
738
We need to lock the
mtab
file to make sure we don't have an
[
all
...]
/external/e2fsprogs/misc/
e4defrag.c
212
/* Refer to /etc/
mtab
*/
213
const char *
mtab
= MOUNTED;
local
224
fp = setmntent(
mtab
, "r");
226
perror("Couldn't access /etc/
mtab
");
267
/* Refer to /etc/
mtab
*/
268
const char *
mtab
= MOUNTED;
local
291
fp = setmntent(
mtab
, "r");
293
perror("Couldn't access /etc/
mtab
");
[
all
...]
Completed in 182 milliseconds