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

  /external/libmojo/mojo/edk/system/
watcher.cc 34 make_scoped_refptr(this), MOJO_RESULT_FAILED_PRECONDITION,
  /external/libmojo/mojo/public/c/system/
types.h 44 // differs from |MOJO_RESULT_FAILED_PRECONDITION| in that the former
58 // |MOJO_RESULT_FAILED_PRECONDITION| - The system is not in a state required
67 // error is similar to |MOJO_RESULT_FAILED_PRECONDITION|, but is more
102 const MojoResult MOJO_RESULT_FAILED_PRECONDITION = 9;
121 #define MOJO_RESULT_FAILED_PRECONDITION ((MojoResult)9)
148 // |MOJO_RESULT_FAILED_PRECONDITION| if you attempt to wait on this.
180 // |MOJO_RESULT_FAILED_PRECONDITION|, you can use this field to

Completed in 288 milliseconds