OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadFileContents
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/applypatch/
applypatch.h
63
int
LoadFileContents
(const char* filename, FileContents* file,
applypatch.c
46
int
LoadFileContents
(const char* filename, FileContents* file,
496
//
LoadFileContents
is successful. (Useful for reading
499
if (
LoadFileContents
(filename, &file, RETOUCH_DO_MASK) != 0 ||
513
if (
LoadFileContents
(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK) != 0) {
639
if (
LoadFileContents
(target_filename, &source_file,
656
LoadFileContents
(source_filename, &source_file,
672
if (
LoadFileContents
(CACHE_TEMP_SOURCE, ©_file,
main.c
77
if (
LoadFileContents
(colon, &fc, RETOUCH_DONT_MASK) != 0) {
/bootable/recovery/minelf/
Retouch.c
229
result =
LoadFileContents
(binary_name, &file, RETOUCH_DONT_MASK);
297
result =
LoadFileContents
(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK);
/bootable/recovery/updater/
install.c
[
all
...]
Completed in 362 milliseconds