OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_file
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fstab.h
45
* if type is "rq", then use concatenation of
fs_file
and "quotas" to locate
60
char *
fs_file
; /* file system path prefix */
member in struct:fstab
/external/grub/stage2/
vstafs.h
66
struct
fs_file
struct
fsys_vstafs.c
33
#define FILE_INFO ((struct
fs_file
*) (int) FIRST_SECTOR + 8192)
/external/bluetooth/glib/gio/
gunixmounts.c
1011
mount_entry->mount_path = g_strdup (fstab->
fs_file
);
1022
if (stat (fstab->
fs_file
, &sb) == 0)
[
all
...]
Completed in 89 milliseconds