Home
last modified time | relevance | path

Searched defs:new_file (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/src/stdio/
H A Dfopen_test.cpp29 FILE *new_file = LIBC_NAMESPACE::fopen("./testdata/test_data.txt", "r"); in TEST() local
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c79 static int new_file = 0; variable
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp639 auto new_file = PythonFile::FromFile(file, mode); SetStdHandle() local