OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_fp
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
recovery-persist.cpp
66
FILE*
source_fp
= fopen(source, "r");
local
67
if (
source_fp
!= nullptr) {
70
while ((bytes = fread(buf, 1, sizeof(buf),
source_fp
)) != 0) {
73
check_and_fclose(
source_fp
, source);
recovery.cpp
426
FILE*
source_fp
= fopen(source, "r");
local
427
if (
source_fp
!= nullptr) {
429
fseeko(
source_fp
, tmplog_offset, SEEK_SET); // Since last write
433
while ((bytes = fread(buf, 1, sizeof(buf),
source_fp
)) != 0) {
437
tmplog_offset = ftello(
source_fp
);
439
check_and_fclose(
source_fp
, source);
[
all
...]
/build/make/tools/releasetools/
ota_from_target_files
626
source_fp
= CalculateFingerprint(source_oem_props, oem_dicts and oem_dicts[0],
630
metadata["pre-build"] =
source_fp
742
script.Print("Source: %s" % (
source_fp
,))
755
script.AssertSomeFingerprint(
source_fp
)
762
script.AssertSomeFingerprint(
source_fp
, target_fp)
769
source_fp
,
[
all
...]
ota_from_target_files.py
626
source_fp
= CalculateFingerprint(source_oem_props, oem_dicts and oem_dicts[0],
630
metadata["pre-build"] =
source_fp
742
script.Print("Source: %s" % (
source_fp
,))
755
script.AssertSomeFingerprint(
source_fp
)
762
script.AssertSomeFingerprint(
source_fp
, target_fp)
769
source_fp
,
[
all
...]
Completed in 68 milliseconds