/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/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/sfntly/cpp/src/sample/subtly/ |
D | utils.cc | 78 fopen_s(&output_file, font_path, "wb"); in SerializeFont()
|
/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 | 157 fopen_s(&file_, file_path, "rb"); in Open()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 107 int fopen_s(FILE **pFile, const char *filename, const char *mode) { in fopen_s() function 608 int errorCode = fopen_s(&in, fileName, "r"); in ReadFileData()
|
/external/gflags/src/ |
D | util.h | 360 return fopen_s(fp, fname, mode);
|
/external/libdivsufsort/include/ |
D | CMakeLists.txt | 36 check_symbol_exists("fopen_s" "stdio.h" HAVE_FOPEN_S)
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 121 errno_t ferr = fopen_s(&file,"surface.ppm","wb");
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 121 errno_t ferr = fopen_s(&file,"surface.ppm","wb");
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.cc | 527 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w")) in LocateAndConvertSymbolFile()
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 61 int fopen_s(FILE** pFile, const char* filename, const char* mode) { in fopen_s() function 568 if (fopen_s(&result, path, mode) == 0) { in FOpen()
|
/external/deqp-deps/glslang/StandAlone/ |
D | StandAlone.cpp | 1586 int fopen_s( in fopen_s() function 1617 int errorCode = fopen_s(&in, fileName, "r"); in ReadFileData()
|
/external/brotli/c/tools/ |
D | brotli.c | 60 fopen_s(&result, filename, mode); in ms_fopen()
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 43 errno_t err = fopen_s( &fp, filename, mode ); in TiXmlFOpen()
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 2139 errno_t err = fopen_s( &fp, filepath, mode ); in callfopen()
|