/external/chromium_org/third_party/sfntly/cpp/src/test/ |
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");
|
chrome_subsetter.cc | 54 fopen_s(&output_file, kOutputFileName, "wb");
|
/external/marisa-trie/lib/marisa/ |
writer.cc | 39 ::fopen_s(&file, filename, "rb+"); 42 if (::fopen_s(&file, filename, "wb") != 0) {
|
reader.cc | 37 if (::fopen_s(&file, filename, "rb") != 0) {
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
writer.cc | 39 ::fopen_s(&file, filename, "rb+"); 42 if (::fopen_s(&file, filename, "wb") != 0) {
|
reader.cc | 37 if (::fopen_s(&file, filename, "rb") != 0) {
|
/external/sfntly/cpp/src/test/ |
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");
|
chrome_subsetter.cc | 54 fopen_s(&output_file, kOutputFileName, "wb");
|
/external/chromium_org/third_party/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/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/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/ |
esUtil_TGA.c | 69 if ( fopen_s ( &fp, fileName, "rb" ) != 0 )
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
utils.cc | 78 fopen_s(&output_file, font_path, "wb");
|
/external/sfntly/cpp/src/sample/subtly/ |
utils.cc | 78 fopen_s(&output_file, font_path, "wb");
|
/external/marisa-trie/tests/ |
io-test.cc | 157 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0); 173 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0);
|
/external/marisa-trie/v0_1_5/tests/ |
io-test.cc | 158 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0); 174 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 157 fopen_s(&file_, file_path, "rb");
|
/external/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 155 fopen_s(&file_, file_path, "rb");
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 47 fopen_s(&_file, file, "w");
|
/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/chromium_org/v8/src/ |
platform-win32.cc | 88 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function 688 if (fopen_s(&result, path, mode) == 0) { [all...] |
/external/v8/src/ |
platform-win32.cc | 62 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function 706 if (fopen_s(&result, path, mode) == 0) { [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.cpp | 43 errno_t err = fopen_s( &fp, filename, mode ); [all...] |