OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_token
(Results
1 - 8
of
8
) 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/chrome/browser/nacl_host/
nacl_browser.cc
447
uint64
file_token
[2] = {base::RandUint64(), base::RandUint64()};
local
448
// A zero
file_token
indicates there is no
file_token
, if we get zero, ask
450
if (
file_token
[0] != 0 ||
file_token
[1] != 0) {
451
// If the
file_token
is in use, ask for another number.
452
std::string key(reinterpret_cast<char*>(
file_token
), sizeof(
file_token
));
456
*file_token_lo =
file_token
[0];
457
*file_token_hi =
file_token
[1]
466
uint64
file_token
[2] = {
file_token
_lo,
file_token
_hi};
local
[
all
...]
nacl_process_host.cc
836
// resolving the
file_token
may fail because the path cache was thrashed
837
// while the
file_token
was in flight. In this case the query fails, and we
[
all
...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
184
info.
file_token
= file_token_;
Completed in 40 milliseconds