HomeSort by relevance Sort by last modified time
    Searched refs:GetPnaclFD (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.h 85 static int32_t GetPnaclFD(Plugin* plugin, const char* filename);
pnacl_resources.cc 72 int32_t PnaclResources::GetPnaclFD(Plugin* plugin, const char* filename) {
84 "PnaclResources::GetPnaclFD failed to convert HANDLE to posix\n"));
119 int32_t fd = GetPnaclFD(plugin_, resource_info_filename.c_str());
218 int32_t fd = PnaclResources::GetPnaclFD(plugin_, filename.c_str());
service_runtime.cc 312 int32_t fd = PnaclResources::GetPnaclFD(
324 "ServiceRuntime: GetPnaclFd failed");
333 "OpenManifestEntry_MainThreadContinuation: GetPnaclFd okay\n");
358 "ServiceRuntime: GetPnaclFd failed -- pnacl not "

Completed in 36 milliseconds