Home
last modified time | relevance | path

Searched refs:fopen_s (Results 1 – 21 of 21) sorted by relevance

/external/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc46 fopen_s(&input_file, input_file_path, "rb"); in LoadFile()
68 fopen_s(&output_file, output_file_path, "wb"); in SaveFile()
/external/sfntly/cpp/src/test/
Dtest_font_utils.cc69 fopen_s(&input_file, input_file_path, "rb"); in LoadFile()
89 fopen_s(&output_file, file_path, "wb"); in SerializeToFile()
Dfile_io_test.cc29 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb"); in TestFileInputStream()
90 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb"); in TestFontInputStreamBasic()
Dchrome_subsetter.cc54 fopen_s(&output_file, kOutputFileName, "wb"); in TestChromeSubsetter()
/external/libdivsufsort/examples/
Dsasearch.c87 if(fopen_s(&fp, argv[2], "rb") != 0) {
132 if(fopen_s(&fp, argv[3], "rb") != 0) {
Dmksary.c87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
111 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
Dunbwt.c101 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
125 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
Dbwt.c108 if(fopen_s(&fp, fname = argv[i], "rb") != 0) {
133 if(fopen_s(&ofp, ofname = argv[i], "wb") != 0) {
Dsuftest.c87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc34 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
/external/fmtlib/test/
Dutil.h64 errno = fopen_s(&f, filename, mode); in safe_fopen()
/external/sfntly/cpp/src/sample/subtly/
Dutils.cc78 fopen_s(&output_file, font_path, "wb"); in SerializeFont()
/external/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc157 fopen_s(&file_, file_path, "rb"); in Open()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp96 int fopen_s(FILE **pFile, const char *filename, const char *mode) { in fopen_s() function
576 int errorCode = fopen_s(&in, fileName, "r"); in ReadFileData()
/external/libdivsufsort/include/
DCMakeLists.txt36 check_symbol_exists("fopen_s" "stdio.h" HAVE_FOPEN_S)
/external/libpcap/
Dsavefile.c264 errno = fopen_s(&fp, filename, mode); in fopen_safe()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc527 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w")) in LocateAndConvertSymbolFile()
/external/brotli/tools/
Dbro.c55 fopen_s(&result, filename, mode); in ms_fopen()
/external/v8/src/base/platform/
Dplatform-win32.cc55 int fopen_s(FILE** pFile, const char* filename, const char* mode) { in fopen_s() function
564 if (fopen_s(&result, path, mode) == 0) { in FOpen()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp43 errno_t err = fopen_s( &fp, filename, mode ); in TiXmlFOpen()
/external/v8/src/
Dd8.cc1818 if (fopen_s(&result, path, mode) == 0) { in FOpen()