Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkOSFile_stdio.cpp40 static FILE* fopen_win(const char* utf8path, const char* perm) { in fopen_win() argument
41 if (is_ascii(utf8path)) { in fopen_win()
42 return fopen(utf8path, perm); in fopen_win()
45 const char* ptr = utf8path; in fopen_win()
46 const char* end = utf8path + strlen(utf8path); in fopen_win()
57 for (const char* ptr = utf8path; ptr < end;) { in fopen_win()
/external/skia/src/ports/
DSkOSFile_stdio.cpp40 static FILE* fopen_win(const char* utf8path, const char* perm) { in fopen_win() argument
41 if (is_ascii(utf8path)) { in fopen_win()
42 return fopen(utf8path, perm); in fopen_win()
45 const char* ptr = utf8path; in fopen_win()
46 const char* end = utf8path + strlen(utf8path); in fopen_win()
57 for (const char* ptr = utf8path; ptr < end;) { in fopen_win()