Home
last modified time | relevance | path

Searched refs:g_recordInMemoryFile (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp388 static FILE* g_recordInMemoryFile = reinterpret_cast<FILE*>(1); variable
424 return g_recordInMemoryFile; in FileOpen()
447 if (file == g_recordInMemoryFile) { in FileClose()
467 if (file == g_recordInMemoryFile) { in FileSize()
494 if (file == g_recordInMemoryFile) { in FileTell()
506 if (file == g_recordInMemoryFile) { in FileSeek()
531 if (file == g_recordInMemoryFile) { in FileRead()
548 if (file == g_recordInMemoryFile) { in FileWrite()