Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetsProvider.h107 struct PathOrDebugName;
108 ZipAssetsProvider(ZipArchive* handle, PathOrDebugName&& path, package_property_t flags,
111 struct PathOrDebugName { struct
112 static PathOrDebugName Path(std::string value) { in Path() argument
115 static PathOrDebugName DebugName(std::string value) { in DebugName() argument
126 PathOrDebugName(std::string value, bool is_path) : value_(std::move(value)), is_path_(is_path) { in PathOrDebugName() argument
136 PathOrDebugName name_;
/frameworks/base/libs/androidfw/
DAssetsProvider.cpp76 const std::string* ZipAssetsProvider::PathOrDebugName::GetPath() const { in GetPath()
80 const std::string& ZipAssetsProvider::PathOrDebugName::GetDebugName() const { in GetDebugName()
88 ZipAssetsProvider::ZipAssetsProvider(ZipArchiveHandle handle, PathOrDebugName&& path, in ZipAssetsProvider()
119 new ZipAssetsProvider(handle, PathOrDebugName::Path(std::move(path)), flags, sb.st_mtime)); in Create()
153 handle, PathOrDebugName::DebugName(std::move(friendly_name)), flags, sb.st_mtime)); in Create()