Searched refs:path8 (Results 1 – 3 of 3) sorted by relevance
71 String8 path8(path); in openFile() local75 fullPath.appendPath(path8); in openFile()81 ALOGD("openFile: %s, full=%s", path8.string(), fullPath.string()); in openFile()
44 std::string path8; in GetSafePath() local45 CHECK(android::base::WideToUTF8(path16, &path8)) in GetSafePath()48 return path8; in GetSafePath()
307 ScopedUtfChars path8(env, path); in readNetworkStatsDetail() local308 if (path8.c_str() == NULL) { in readNetworkStatsDetail()309 ALOGE("the qtaguid legacy path is invalid: %s", path8.c_str()); in readNetworkStatsDetail()313 limitUid, path8.c_str()) < 0) in readNetworkStatsDetail()