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

  /external/libchrome/base/
file_descriptor_posix.h 34 FileDescriptor(File file) : fd(file.TakePlatformFile()), auto_close(true) {}
  /external/libchrome/base/files/
file.cc 53 : file_(other.TakePlatformFile()),
76 SetPlatformFile(other.TakePlatformFile());
file.h 200 PlatformFile TakePlatformFile();
file_posix.cc 169 PlatformFile File::TakePlatformFile() {
file_util_posix.cc 673 file.TakePlatformFile();
  /external/libchrome/dbus/
file_descriptor.cc 58 file.TakePlatformFile(); // Prevent |value_| from being closed by |file|.
  /system/webservd/webservd/
dbus_protocol_handler.cc 165 out_contents->PutValue(file.TakePlatformFile());
192 out_response_stream->PutValue(file.TakePlatformFile());

Completed in 2868 milliseconds