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_validation_query.h 27 bool ResolveFileToken(struct NaClFileToken* file_token, int32* fd,
nacl_listener.cc 189 virtual bool ResolveFileToken(struct NaClFileToken* file_token,
193 if (!NaClFileTokenIsValid(file_token)) {
198 if (!listener_->Send(new NaClProcessMsg_ResolveFileToken(file_token->lo,
199 file_token->hi,
462 nexe_file_info.file_token.lo = params.nexe_token_lo;
463 nexe_file_info.file_token.hi = params.nexe_token_hi;
nacl_validation_query_unittest.cc 70 virtual bool ResolveFileToken(struct NaClFileToken* file_token, int32* fd,
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 404 uint64 file_token[2] = {base::RandUint64(), base::RandUint64()}; local
405 // A zero file_token indicates there is no file_token, if we get zero, ask
407 if (file_token[0] != 0 || file_token[1] != 0) {
408 // If the file_token is in use, ask for another number.
409 std::string key(reinterpret_cast<char*>(file_token), sizeof(file_token));
413 *file_token_lo = file_token[0];
414 *file_token_hi = file_token[1]
424 uint64 file_token[2] = {file_token_lo, file_token_hi}; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 208 p->file_info->file_token.lo = p->pp_file_info.token_lo;
209 p->file_info->file_token.hi = p->pp_file_info.token_hi;

Completed in 600 milliseconds