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/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 35 const errno_t e = fopen_s(&m_file, fileName, "rb");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 35 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");
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 47 fopen_s(&_file, file, "w");
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 47 fopen_s(&_file, file, "w");
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 155 fopen_s(&file_, file_path, "rb");
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 107 int fopen_s(FILE **pFile, const char *filename, const char *mode) { function
604 int errorCode = fopen_s(&in, fileName, "r");
  /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",
  /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 89 _CRTIMP errno_t __cdecl fopen_s(FILE **_File,const char *_Filename,const char *_Mode);
  /external/v8/src/base/platform/
platform-win32.cc 56 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
565 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 1101 milliseconds