OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETOUCH_DO_MASK
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minelf/
Retouch.h
35
#define
RETOUCH_DO_MASK
1
Retouch.c
297
result = LoadFileContents(CACHE_TEMP_SOURCE, &file,
RETOUCH_DO_MASK
);
/bootable/recovery/applypatch/
applypatch.c
40
// Read a file into memory; optionally (retouch_flag ==
RETOUCH_DO_MASK
) mask
499
if (LoadFileContents(filename, &file,
RETOUCH_DO_MASK
) != 0 ||
513
if (LoadFileContents(CACHE_TEMP_SOURCE, &file,
RETOUCH_DO_MASK
) != 0) {
640
RETOUCH_DO_MASK
) == 0) {
657
RETOUCH_DO_MASK
);
673
RETOUCH_DO_MASK
) < 0) {
Completed in 370 milliseconds