OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fopen_s
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/tests/
vktestframework.cpp
96
int
fopen_s
(FILE **pFile, const char *filename, const char *mode) {
function
576
int errorCode =
fopen_s
(&in, fileName, "r");
[
all
...]
/external/v8/src/base/platform/
platform-win32.cc
55
int
fopen_s
(FILE** pFile, const char* filename, const char* mode) {
function
564
if (
fopen_s
(&result, path, mode) == 0) {
[
all
...]
Completed in 283 milliseconds