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

  /external/chromium_org/components/nacl/loader/
nacl_validation_db.h 21 virtual bool ResolveFileToken(struct NaClFileToken* file_token,
nacl_validation_query.cc 35 struct NaClFileToken* file_token,
38 return db_->ResolveFileToken(file_token, fd, path);
139 static int ResolveFileToken(void* handle, struct NaClFileToken* file_token,
146 ResolveFileToken(file_token, fd, &path);
nacl_listener.cc 138 virtual bool ResolveFileToken(struct NaClFileToken* file_token,
142 if (file_token->lo == 0 && file_token->hi == 0) {
147 if (!listener_->Send(new NaClProcessMsg_ResolveFileToken(file_token->lo,
148 file_token->hi,
nacl_validation_query.h 27 bool ResolveFileToken(struct NaClFileToken* file_token, int32* fd,
nacl_validation_query_unittest.cc 70 virtual bool ResolveFileToken(struct NaClFileToken* file_token, int32* fd,
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 411 uint64 file_token[2] = {base::RandUint64(), base::RandUint64()}; local
412 // A zero file_token indicates there is no file_token, if we get zero, ask
414 if (file_token[0] != 0 || file_token[1] != 0) {
415 // If the file_token is in use, ask for another number.
416 std::string key(reinterpret_cast<char*>(file_token), sizeof(file_token));
420 *file_token_lo = file_token[0];
421 *file_token_hi = file_token[1]
431 uint64 file_token[2] = {file_token_lo, file_token_hi}; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 202 cached_file_info_.file_token = file_token_;

Completed in 103 milliseconds