Home
last modified time | relevance | path

Searched refs:header_pos (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetFile.py459 header_pos = output_file.tell()
474 output_file.seek(header_pos, 0)
/external/chromium/chrome/common/extensions/
Dextension.cc1502 size_t header_pos = working.find(kKeyInfoEndMarker, in ParsePEMKeyBytes() local
1504 if (header_pos == std::string::npos) in ParsePEMKeyBytes()
1506 size_t start_pos = header_pos + sizeof(kKeyInfoEndMarker) - 1; in ParsePEMKeyBytes()