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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 32 struct Descriptor_t {
33 Descriptor_t() : flags(0) {}
34 explicit Descriptor_t(const ScopedKernelHandle& h,
42 typedef std::vector<Descriptor_t> HandleMap_t;
kernel_object.cc 180 Descriptor_t& desc = handle_map_[fd];
197 Descriptor_t& desc = handle_map_[fd];
212 Descriptor_t descriptor(handle, abs_path);
242 handle_map_[fd] = Descriptor_t(handle, path);

Completed in 901 milliseconds