Home
last modified time | relevance | path

Searched defs:PathOrDebugName (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetsProvider.h111 struct PathOrDebugName { struct
112 static PathOrDebugName Path(std::string value) { in Path()
115 static PathOrDebugName DebugName(std::string value) { in DebugName()
126 PathOrDebugName(std::string value, bool is_path) : value_(std::move(value)), is_path_(is_path) { in PathOrDebugName() function
128 std::string value_;
129 bool is_path_;