Searched defs:file_token_hi (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/nacl_irt/
H A Dmanifest_service.cc96 uint64_t file_token_hi; local
101 &file_token_hi))) {
115 CHECK(file_token_hi == 0);
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.cc44 uint64 file_token_hi);
57 uint64 file_token_hi = 0; local
58 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi);
64 write_reply_message(reply_msg, file_desc, file_token_lo, file_token_hi);
H A Dnacl_browser.cc401 uint64* file_token_hi) {
414 *file_token_hi = file_token[1];
421 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi, argument
424 uint64 file_token[2] = {file_token_lo, file_token_hi};
400 PutFilePath(const base::FilePath& path, uint64* file_token_lo, uint64* file_token_hi) argument
H A Dnacl_process_host.cc1002 uint64 file_token_hi,
1030 file_token_lo, file_token_hi, &file_path)) {
1057 uint64 file_token_hi) {
1063 file_token_lo, file_token_hi, &file_path)) {
1066 file_token_hi,
1080 file_token_hi,
1084 file_token_hi,
1113 uint64_t file_token_hi,
1128 file_token_hi,
1001 OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi, IPC::Message* reply_msg) argument
1056 OnResolveFileTokenAsync(uint64 file_token_lo, uint64 file_token_hi) argument
1111 FileResolvedAsync( uint64_t file_token_lo, uint64_t file_token_hi, const base::FilePath& file_path, base::File file) argument
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc1368 uint64_t file_token_hi = 0; local
1372 &file_token_hi);
1377 file_info.token_hi = file_token_hi;

Completed in 190 milliseconds