/external/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 46 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/ |
D | test_font_utils.cc | 69 fopen_s(&input_file, input_file_path, "rb"); in LoadFile() 89 fopen_s(&output_file, file_path, "wb"); in SerializeToFile()
|
D | file_io_test.cc | 29 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb"); in TestFileInputStream() 90 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb"); in TestFontInputStreamBasic()
|
D | chrome_subsetter.cc | 54 fopen_s(&output_file, kOutputFileName, "wb"); in TestChromeSubsetter()
|
/external/libdivsufsort/examples/ |
D | sasearch.c | 87 if(fopen_s(&fp, argv[2], "rb") != 0) { 132 if(fopen_s(&fp, argv[3], "rb") != 0) {
|
D | mksary.c | 87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) { 111 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
|
D | unbwt.c | 101 if(fopen_s(&fp, fname = argv[1], "rb") != 0) { 125 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
|
D | bwt.c | 108 if(fopen_s(&fp, fname = argv[i], "rb") != 0) { 133 if(fopen_s(&ofp, ofname = argv[i], "wb") != 0) {
|
D | suftest.c | 87 if(fopen_s(&fp, fname = argv[1], "rb") != 0) {
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | RsaKeyCache.c | 159 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/ |
D | io-test.cc | 158 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0); in TestFile() 178 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0); in TestFile()
|
D | marisa-test.cc | 296 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/ |
D | DebugHelpers.c | 61 if(fopen_s(&f, fn, mode) != 0) in fileOpen()
|
D | NVMem.c | 79 if(fopen_s(&s_NvFile, s_NvFilePath, mode) != 0) in NvFileOpen()
|
/external/fmtlib/test/ |
D | util.h | 44 errno = fopen_s(&f, filename, mode); in safe_fopen()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | utils.cc | 78 fopen_s(&output_file, font_path, "wb"); in SerializeFont()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
|
/external/libwebm/mkvparser/ |
D | mkvreader.cc | 36 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open()
|
/external/catch2/include/internal/ |
D | catch_output_redirect.cpp | 69 if (fopen_s(&m_file, m_buffer, "w")) { in TempFile()
|
/external/sfntly/cpp/src/sfntly/port/ |
D | file_input_stream.cc | 161 fopen_s(&file_, file_path, "rb"); in Open()
|
/external/bc/gen/ |
D | strgen.c | 71 fopen_s(f, filename, mode); in open_file()
|
/external/marisa-trie/lib/marisa/grimoire/io/ |
D | reader.cc | 91 MARISA_THROW_IF(::fopen_s(&file, filename, "rb") != 0, MARISA_IO_ERROR); in open_()
|
D | writer.cc | 91 MARISA_THROW_IF(::fopen_s(&file, filename, "wb") != 0, MARISA_IO_ERROR); in open_()
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.cc | 586 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"))
|