Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCommand.cpp44 std::string path8; in GetSafePath() local
45 CHECK(android::base::WideToUTF8(path16, &path8)) in GetSafePath()
48 return path8; in GetSafePath()