GetReadonlyPnaclFd   31 components/nacl/browser/nacl_file_host.h void GetReadonlyPnaclFd(
GetReadonlyPnaclFd  101 components/nacl/browser/nacl_host_message_filter.cc   nacl_file_host::GetReadonlyPnaclFd(this, filename, reply_msg);
GetReadonlyPnaclFd  224 ppapi/c/private/ppb_nacl_private.h   PP_FileHandle (*GetReadonlyPnaclFd)(const char* filename);
GetReadonlyPnaclFd   69 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc       plugin->nacl_interface()->GetReadonlyPnaclFd(filename);
GetReadonlyPnaclFd 3117 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetReadonlyPnaclFd(filename);
GetReadonlyPnaclFd 5119 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetReadonlyPnaclFd = (PP_FileHandle (*)(const char* filename))&Pnacl_M25_PPB_NaCl_Private_GetReadonlyPnaclFd,