OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadFileContents
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/applypatch/
applypatch.h
64
int
LoadFileContents
(const char* filename, FileContents* file,
main.c
77
if (
LoadFileContents
(colon, &fc, RETOUCH_DONT_MASK) != 0) {
106
if (
LoadFileContents
(argv[2], &fc, RETOUCH_DONT_MASK) != 0) {
applypatch.c
53
int
LoadFileContents
(const char* filename, FileContents* file,
579
//
LoadFileContents
is successful. (Useful for reading
582
if (
LoadFileContents
(filename, &file, RETOUCH_DO_MASK) != 0 ||
597
if (
LoadFileContents
(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK) != 0) {
733
if (
LoadFileContents
(target_filename, &source_file,
753
LoadFileContents
(source_filename, &source_file,
770
if (
LoadFileContents
(CACHE_TEMP_SOURCE, ©_file,
[
all
...]
/bootable/recovery/updater/
install.c
[
all
...]
Completed in 146 milliseconds