HomeSort by relevance Sort by last modified time
    Searched refs:source_fp (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/
recovery-persist.cpp 69 FILE* source_fp = fopen(source, "r"); local
70 if (source_fp != nullptr) {
73 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
76 check_and_fclose(source_fp, source);
recovery.cpp 434 FILE* source_fp = fopen(source, "r"); local
435 if (source_fp != nullptr) {
437 fseek(source_fp, tmplog_offset, SEEK_SET); // Since last write
441 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
445 tmplog_offset = ftell(source_fp);
447 check_and_fclose(source_fp, source);
    [all...]
  /build/tools/releasetools/
ota_from_target_files 845 source_fp = CalculateFingerprint(oem_props, oem_dict,
849 metadata["pre-build"] = source_fp
    [all...]
ota_from_target_files.py 845 source_fp = CalculateFingerprint(oem_props, oem_dict,
849 metadata["pre-build"] = source_fp
    [all...]

Completed in 157 milliseconds