Searched refs:file_token_lo (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/components/nacl/browser/ |
D | nacl_file_host.cc | 106 uint64 file_token_lo = 0; in DoRegisterOpenedNaClExecutableFile() local 108 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi); in DoRegisterOpenedNaClExecutableFile() 116 reply_msg, file_desc, file_token_lo, file_token_hi); in DoRegisterOpenedNaClExecutableFile()
|
D | nacl_browser.h | 99 void PutFilePath(const base::FilePath& path, uint64* file_token_lo, 101 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
|
D | nacl_browser.cc | 407 void NaClBrowser::PutFilePath(const base::FilePath& path, uint64* file_token_lo, in PutFilePath() argument 420 *file_token_lo = file_token[0]; in PutFilePath() 428 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi, in GetFilePath() argument 431 uint64 file_token[2] = {file_token_lo, file_token_hi}; in GetFilePath()
|
D | nacl_process_host.h | 165 void OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi,
|
D | nacl_process_host.cc | 903 void NaClProcessHost::OnResolveFileToken(uint64 file_token_lo, in OnResolveFileToken() argument 931 file_token_lo, file_token_hi, &file_path)) { in OnResolveFileToken()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 172 uint64_t* file_token_lo,
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | file_downloader.cc | 180 uint64_t file_token_lo, uint64_t file_token_hi) { in OpenFast() argument 191 file_token_.lo = file_token_lo; in OpenFast()
|
D | file_downloader.h | 103 uint64_t file_token_lo, uint64_t file_token_hi);
|
D | plugin.cc | 1497 uint64_t file_token_lo = 0; in OpenURLFast() local 1502 &file_token_lo, &file_token_hi); in OpenURLFast() 1508 downloader->OpenFast(url, file_handle, file_token_lo, file_token_hi); in OpenURLFast()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 159 [out] uint64_t file_token_lo,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3034 …nNaClExecutable(PP_Instance instance, const char* file_url, uint64_t* file_token_lo, uint64_t* fil… in Pnacl_M25_PPB_NaCl_Private_OpenNaClExecutable() argument 3036 return iface->OpenNaClExecutable(instance, file_url, file_token_lo, file_token_hi); in Pnacl_M25_PPB_NaCl_Private_OpenNaClExecutable() 4885 …_FileHandle (*)(PP_Instance instance, const char* file_url, uint64_t* file_token_lo, uint64_t* fil…
|