Home
last modified time | relevance | path

Searched refs:file_token_hi (Results 1 – 6 of 6) sorted by relevance

/external/cronet/components/nacl/browser/
Dnacl_file_host.cc49 const uint64_t& file_token_hi);
61 uint64_t file_token_hi = 0; in DoRegisterOpenedNaClExecutableFile() local
62 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi); in DoRegisterOpenedNaClExecutableFile()
67 write_reply_message(reply_msg, file_desc, file_token_lo, file_token_hi); in DoRegisterOpenedNaClExecutableFile()
Dnacl_browser.h130 uint64_t* file_token_hi);
132 uint64_t file_token_hi,
Dnacl_process_host.h179 void OnResolveFileToken(uint64_t file_token_lo, uint64_t file_token_hi);
181 uint64_t file_token_hi,
Dnacl_browser.cc432 uint64_t* file_token_hi) { in PutFilePath() argument
445 *file_token_hi = file_token[1]; in PutFilePath()
453 uint64_t file_token_hi, in GetFilePath() argument
456 uint64_t file_token[2] = {file_token_lo, file_token_hi}; in GetFilePath()
Dnacl_process_host.cc929 uint64_t file_token_hi) { in OnResolveFileToken() argument
955 file_token_lo, file_token_hi, &file_path)) { in OnResolveFileToken()
958 file_token_hi, in OnResolveFileToken()
972 file_token_lo, file_token_hi, file_path)); in OnResolveFileToken()
977 uint64_t file_token_hi, in FileResolved() argument
990 file_token_hi, in FileResolved()
/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc1475 uint64_t file_token_hi = 0; in DownloadFile() local
1479 &file_token_hi); in DownloadFile()
1484 file_info.token_hi = file_token_hi; in DownloadFile()