Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp28 constexpr const char* kEmptyDebugString = "<empty>"; variable
366 path_ = (primary_->GetDebugName() != kEmptyDebugString) ? primary_->GetPath() in MultiAssetsProvider()
441 const static std::string kEmpty = kEmptyDebugString; in GetDebugName()