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

/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.cc162 void GetReadonlyPnaclFd( function in namespace:nacl_file_host
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc521 // Convert a URL to a filename for GetReadonlyPnaclFd.
543 PP_FileHandle GetReadonlyPnaclFd(const char* url, function in namespace:nacl::__anon6635
565 out_file_info->handle = GetReadonlyPnaclFd(url, true /* is_executable */,
1072 base::File file(GetReadonlyPnaclFd(kFilename, false /* is_executable */,
1335 PP_FileHandle handle = GetReadonlyPnaclFd(url.c_str(),

Completed in 450 milliseconds