HomeSort by relevance Sort by last modified time
    Searched refs:fopen_s (Results 1 - 22 of 22) sorted by null

  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 54 fopen_s(&output_file, kOutputFileName, "wb");
test_font_utils.cc 69 fopen_s(&input_file, input_file_path, "rb");
89 fopen_s(&output_file, file_path, "wb");
file_io_test.cc 29 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb");
90 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb");
  /external/libdivsufsort/examples/
sasearch.c 87 if(fopen_s(&fp, argv[2], "rb") != 0) {
132 if(fopen_s(&fp, argv[3], "rb") != 0) {
mksary.c 87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
111 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
unbwt.c 101 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
125 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
suftest.c 87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
bwt.c 108 if(fopen_s(&fp, fname = argv[i], "rb") != 0) {
133 if(fopen_s(&ofp, ofname = argv[i], "wb") != 0) {
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 46 fopen_s(&input_file, input_file_path, "rb");
68 fopen_s(&output_file, output_file_path, "wb");
  /external/fmtlib/test/
util.h 64 errno = fopen_s(&f, filename, mode);
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 34 const errno_t e = fopen_s(&m_file, fileName, "rb");
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 78 fopen_s(&output_file, font_path, "wb");
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 157 fopen_s(&file_, file_path, "rb");
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 96 int fopen_s(FILE **pFile, const char *filename, const char *mode) { function
576 int errorCode = fopen_s(&in, fileName, "r");
    [all...]
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 527 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w"))
530 // fopen_s and errno_t were introduced in MSVC8. Use fopen for earlier
539 "fopen_s: error %d for %s %s %s %s\n",
  /external/libpcap/
savefile.c 264 errno = fopen_s(&fp, filename, mode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
tchar_s.h 170 #define _tfopen_s fopen_s
stdio_s.h 90 _CRTIMP errno_t __cdecl fopen_s(FILE **_File,const char *_Filename,const char *_Mode);
  /external/brotli/tools/
bro.c 55 fopen_s(&result, filename, mode);
  /external/v8/src/base/platform/
platform-win32.cc 55 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
564 if (fopen_s(&result, path, mode) == 0) {
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 43 errno_t err = fopen_s( &fp, filename, mode );
    [all...]
  /external/v8/src/
d8.cc     [all...]

Completed in 1086 milliseconds