OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernel_data
(Results
1 - 25
of
54
) sorted by null
1
2
3
/system/core/mkbootimg/
mkbootimg.c
100
void *
kernel_data
= 0;
local
201
kernel_data
= load_file(kernel_fn, &hdr.kernel_size);
202
if(
kernel_data
== 0) {
230
SHA_update(&ctx,
kernel_data
, hdr.kernel_size);
249
if(write(fd,
kernel_data
, hdr.kernel_size) != hdr.kernel_size) goto fail;
/development/ndk/platforms/android-3/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
Completed in 1302 milliseconds
1
2
3