Home
last modified time | relevance | path

Searched defs:utf8path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkOSFile_stdio.cpp36 static FILE* fopen_win(const char* utf8path, const char* perm) { in fopen_win()
/aosp_15_r20/external/python/cpython3/Objects/
Dfileobject.c525 PyFile_OpenCode(const char *utf8path) in PyFile_OpenCode()