Home
last modified time | relevance | path

Searched refs:MOJO_END_READ_DATA_FLAG_NONE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/c/system/
Ddata_pipe.h168 #define MOJO_END_READ_DATA_FLAG_NONE ((uint32_t)0) macro
/external/libchrome/mojo/core/
Dcore.cc858 if (options->flags != MOJO_END_READ_DATA_FLAG_NONE) in EndReadData()