Searched defs:file_token (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/loader/
H A Dnacl_validation_query.cc35 struct NaClFileToken* file_token,
38 return db_->ResolveFileToken(file_token, fd, path);
139 static int ResolveFileToken(void* handle, struct NaClFileToken* file_token, argument
146 ResolveFileToken(file_token, fd, &path);
34 ResolveFileToken( struct NaClFileToken* file_token, int32* fd, std::string* path) argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc404 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[
424 uint64 file_token[2] = {file_token_lo, file_token_hi}; local
[all...]

Completed in 96 milliseconds