Home
last modified time | relevance | path

Searched refs:GetFileType (Results 1 – 25 of 26) sorted by relevance

12

/external/libaom/libaom/tools/
Ddump_obu.cc56 VideoFileType GetFileType(InputContext *ctx) { in GetFileType() function
131 avx_ctx.file_type = GetFileType(&input_ctx); in main()
/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c203 if (hOut == INVALID_HANDLE_VALUE || hOut == NULL || GetFileType(hOut) != FILE_TYPE_CHAR) in wprint_console()
211 if (hErr == INVALID_HANDLE_VALUE || hErr == NULL || GetFileType(hErr) != FILE_TYPE_CHAR) in wprint_console()
/external/python/cpython2/PC/
Dw9xpopen.c38 if (GetFileType(GetStdHandle(STD_INPUT_HANDLE))==FILE_TYPE_CHAR) in main()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc327 uint32_t DynamicImage::GetFileType() { in GetFileType() function in google_breakpad::DynamicImage
542 if (image->GetFileType() == MH_EXECUTE) { in GetExecutableImageIndex()
Ddynamic_images.h159 uint32_t GetFileType();
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOWindows.cpp44 DWORD FileType = GetFileType(FileHandle); in IsFile()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp44 DWORD FileType = GetFileType(FileHandle); in IsFile()
/external/python/cpython3/Python/
Dfileutils.c928 type = GetFileType(h); in _Py_fstat_noraise()
1140 GetFileType(handle) == FILE_TYPE_CHAR) in set_inheritable()
/external/flac/src/flac/
Ddecode.c272 if(GetFileType(fh) == FILE_TYPE_DISK) { in DecoderSession_destroy()
388 if (GetFileType(fh) == FILE_TYPE_DISK) { in DecoderSession_process()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp592 ::GetFileType((HANDLE)::_get_osfhandle(fd)) == FILE_TYPE_CHAR; in raw_fd_ostream()
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp643 ::GetFileType((HANDLE)::_get_osfhandle(fd)) == FILE_TYPE_CHAR; in raw_fd_ostream()
/external/curl/tests/server/
Dsockfilt.c429 type = GetFileType(handle); in select_ws_wait_thread()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc456 GetFileType(handle) != FILE_TYPE_CHAR) { in DoLaunchChildTestProcess()
/external/sonivox/jet_tools/JetCreator/
Deas.py415 def GetFileType (self): member in EAS_File
/external/curl/lib/
Dtelnet.c1320 if(GetFileType(stdin_handle) == FILE_TYPE_PIPE || in telnet_do()
/external/python/cpython3/Modules/
D_winapi.c1877 result = GetFileType(handle); in _winapi_GetFileType_impl()
Dposixmodule.c1869 fileType = GetFileType(hFile); in win32_xstat_impl()
/external/python/cpython3/Lib/
Dsubprocess.py1326 or _winapi.GetFileType(handle) !=
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc418 switch (::GetFileType(FileHandle)) {
/external/llvm/lib/Support/Windows/
DPath.inc420 switch (::GetFileType(FileHandle)) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc661 switch (::GetFileType(FileHandle)) {
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc681 switch (::GetFileType(FileHandle)) {
/external/flac/src/libFLAC/
Dstream_encoder.c1363 if(GetFileType((HANDLE)_get_osfhandle(_fileno(file))) == FILE_TYPE_DISK) in init_FILE_internal_()
/external/python/cpython2/Modules/
Dposixmodule.c1245 type = GetFileType(h); in win32_fstat()
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym338 PUBLIC 10e51 4 GetFileType

12