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 92 nexe_fd(NULL),
102 if (nexe_fd)
103 delete nexe_fd;
351 pt->nexe_fd = new base::File(file.Pass());
384 scoped_ptr<base::File> file(pt->nexe_fd);
385 pt->nexe_fd = NULL;
406 cb.Run(*pt->nexe_fd, false);
407 if (!pt->nexe_fd->IsValid()) {
462 scoped_ptr<base::File> file(entry->second.nexe_fd);
463 entry->second.nexe_fd = NULL
    [all...]
pnacl_host.h 119 base::File* nexe_fd; member in class:pnacl::PnaclHost::PendingTranslation

Completed in 2630 milliseconds