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

  /external/chromium/base/
file_descriptor_shuffle.h 48 class FileDescriptorTableInjection : public InjectionDelegate {
78 FileDescriptorTableInjection delegate;
file_descriptor_shuffle.cc 82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
87 bool FileDescriptorTableInjection::Move(int src, int dest) {
91 void FileDescriptorTableInjection::Close(int fd) {
  /external/chromium_org/base/posix/
file_descriptor_shuffle.h 50 class FileDescriptorTableInjection : public InjectionDelegate {
81 FileDescriptorTableInjection delegate;
file_descriptor_shuffle.cc 82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
87 bool FileDescriptorTableInjection::Move(int src, int dest) {
91 void FileDescriptorTableInjection::Close(int fd) {

Completed in 206 milliseconds