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

  /external/fio/engines/
windowsaio.c 161 DWORD openmode = OPEN_ALWAYS; local
197 openmode = OPEN_ALWAYS;
199 openmode = OPEN_EXISTING;
202 NULL, openmode, flags, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;

Completed in 244 milliseconds