Home
last modified time | relevance | path

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

12

/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/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c159 if(fopen_s(&cacheFile, fn, "w+b") != 0) in InitializeKeyCache()
202 if(fopen_s(&cacheFile, fn, "r+b") == 0) in KeyCacheLoaded()
/external/marisa-trie/tests/
Dio-test.cc158 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0); in TestFile()
178 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0); in TestFile()
Dmarisa-test.cc296 ASSERT(::fopen_s(&file, "marisa-test.dat", "wb") == 0); in TestTrie()
305 ASSERT(::fopen_s(&file, "marisa-test.dat", "rb") == 0); in TestTrie()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DDebugHelpers.c61 if(fopen_s(&f, fn, mode) != 0) in fileOpen()
DNVMem.c79 if(fopen_s(&s_NvFile, s_NvFilePath, mode) != 0) in NvFileOpen()
/external/fmtlib/test/
Dutil.h44 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/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvreader.cc36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
/external/libwebm/mkvparser/
Dmkvreader.cc36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
/external/catch2/include/internal/
Dcatch_output_redirect.cpp69 if (fopen_s(&m_file, m_buffer, "w")) { in TempFile()
/external/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc161 fopen_s(&file_, file_path, "rb"); in Open()
/external/bc/gen/
Dstrgen.c71 fopen_s(f, filename, mode); in open_file()
/external/marisa-trie/lib/marisa/grimoire/io/
Dreader.cc91 MARISA_THROW_IF(::fopen_s(&file, filename, "rb") != 0, MARISA_IO_ERROR); in open_()
Dwriter.cc91 MARISA_THROW_IF(::fopen_s(&file, filename, "wb") != 0, MARISA_IO_ERROR); in open_()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc586 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w"))
682 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w"))

12