OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mnt_type
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/development/ndk/platforms/android-3/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
mntent.h
39
char*
mnt_type
;
member in struct:mntent
/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c
196
char *
mnt_type
;
local
202
mnt_type_len = SDL_strlen(mntent->
mnt_type
) + 1;
203
mnt_type
= SDL_stack_alloc(char, mnt_type_len);
204
if (
mnt_type
== NULL)
210
SDL_stack_free(
mnt_type
);
214
SDL_strlcpy(
mnt_type
, mntent->
mnt_type
, mnt_type_len);
218
if ( SDL_strcmp(
mnt_type
, MNTTYPE_SUPER) == 0 ) {
221
SDL_stack_free(
mnt_type
);
222
mnt_type
= SDL_strdup(tmp + SDL_strlen("fs="))
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h
58
char *
mnt_type
; /* Type of filesystem: ufs, nfs, etc. */
member in struct:mntent
/external/bluetooth/glib/gio/
gunixmounts.c
393
mount_entry->filesystem_type = g_strdup (mntent->
mnt_type
);
722
mount_entry->filesystem_type = g_strdup (mntent->
mnt_type
);
733
if ((mntent->
mnt_type
!= NULL && strcmp ("supermount", mntent->
mnt_type
) == 0)
[
all
...]
/external/ppp/pppd/
sys-linux.c
[
all
...]
Completed in 495 milliseconds