Home
last modified time | relevance | path

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

/frameworks/native/cmds/cmd/
Dcmd.cpp72 String8 path8(path); in openFile() local
74 fullPath /= path8.c_str(); in openFile()
80 ALOGD("openFile: %s, full=%s", path8.c_str(), fullPath.c_str()); in openFile()
/frameworks/base/tools/aapt2/cmd/
DCommand.cpp44 std::string path8; in GetSafePath() local
45 CHECK(android::base::WideToUTF8(path16, &path8)) in GetSafePath()
48 return path8; in GetSafePath()