Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dminibuffer.h102 static PyObject *mb_str(MiniBufferObj *self) in mb_str() function
366 (reprfunc)mb_str, /* tp_str */
/external/libaom/libaom/examples/
Danalyzer.cc83 reader = aom_video_reader_open(path.mb_str()); in open()
85 fprintf(stderr, "Failed to open %s for reading.", path.mb_str().data()); in open()