OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tfopen
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/toolbox/
cmp_win.c
57
FILE *f1 =
_tfopen
(argv[1], L"rb");
62
FILE *f2 =
_tfopen
(argv[2], L"rb");
/external/aac/libSYS/include/
cmdl_parser.h
159
#define
_tfopen
fopen
macro
/external/lzma/CPP/Common/
StdInStream.cpp
26
_stream =
_tfopen
(fileName, kFileOpenMode);
/system/core/adb/
Android.mk
29
# CreateFile(),
_tfopen
(), etc. map to versions that take wchar_t*, breaking the
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
81
#define
_tfopen
fopen
macro
718
file_ =
_tfopen
(path, _T("rb"));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h
342
#define
_tfopen
_wfopen
macro
678
#define
_tfopen
fopen
macro
Completed in 391 milliseconds