Searched refs:path8 (Results 1 – 2 of 2) sorted by relevance
72 String8 path8(path); in openFile() local74 fullPath /= path8.c_str(); in openFile()80 ALOGD("openFile: %s, full=%s", path8.c_str(), fullPath.c_str()); in openFile()
44 std::string path8; in GetSafePath() local45 CHECK(android::base::WideToUTF8(path16, &path8)) in GetSafePath()48 return path8; in GetSafePath()