OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) : handle(h), flags(0) {}
39
typedef std::vector<
Descriptor_t
> HandleMap_t;
kernel_object.cc
187
Descriptor_t
descriptor(handle);
213
handle_map_[fd] =
Descriptor_t
(handle);
Completed in 31 milliseconds