Home
last modified time | relevance | path

Searched defs:openmode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dfstream.tcc713 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
773 seekpos(pos_type __pos, ios_base::openmode) in seekpos()
Dios_base.h361 typedef _Ios_Openmode openmode; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dfstream.tcc713 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
773 seekpos(pos_type __pos, ios_base::openmode) in seekpos()
Dios_base.h361 typedef _Ios_Openmode openmode; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dcommon.cpp26 InputFile::InputFile(std::string file_path, std::ios_base::openmode openmode) { in InputFile()