OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mountpt
(Results
1 - 4
of
4
) sorted by null
/external/yaffs2/yaffs2/direct/
dtest.c
932
void rename_over_test(const char *
mountpt
)
938
sprintf(a,"%s/a",
mountpt
);
939
sprintf(b,"%s/b",
mountpt
);
943
yaffs_mount(
mountpt
);
953
yaffs_unmount(
mountpt
);
1343
void fill_disk_test(const char *
mountpt
)
1350
yaffs_mount(
mountpt
);
1351
fill_disk_and_delete(
mountpt
,100,i+1);
1352
yaffs_unmount(
mountpt
);
1359
void lookup_test(const char *
mountpt
)
[
all
...]
/external/e2fsprogs/misc/
fsck.h
42
char *
mountpt
;
member in struct:fs_info
e2initrd_helper.c
55
char *
mountpt
;
member in struct:fs_info
269
fs->
mountpt
= string_copy(mntpnt);
286
if (fs->
mountpt
)
287
fs->
mountpt
= 0;
350
if (!strcmp(fs_info.
mountpt
, "/"))
fsck.c
253
fs->
mountpt
= string_copy(mntpnt);
390
(fs->
mountpt
&& !strcmp(filesys, fs->
mountpt
)))
718
retval = execute(type, fs->device, fs->
mountpt
, interactive);
884
fs->
mountpt
);
983
if (!strcmp(fs->
mountpt
, "/"))
1003
if (!strcmp(fs->
mountpt
, "/"))
Completed in 3509 milliseconds