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

  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 48 nexe_fd(base::kInvalidPlatformFileValue),
300 pt->nexe_fd = fd;
337 &PnaclHost::CopyBufferToFile, pt->nexe_fd, pt->nexe_read_buffer),
351 if (pt->nexe_fd == base::kInvalidPlatformFileValue) {
355 cb.Run(pt->nexe_fd, false);
412 entry->second.nexe_fd),
425 entry->second.nexe_fd));
522 entry->second.nexe_fd));
529 base::PlatformFile fd = entry->second.nexe_fd;
550 to_erase->second.nexe_fd));
    [all...]
pnacl_host.h 115 base::PlatformFile nexe_fd; member in class:pnacl::PnaclHost::PendingTranslation

Completed in 21 milliseconds