Home
last modified time | relevance | path

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

/hardware/google/aemu/base/testing/
Dfile_io.cpp175 auto narrowCwd = Win32UnicodeString::convertToUtf8(wideCwd.get()); in getcwd() local
176 return strdup(narrowCwd.c_str()); in getcwd()