Searched defs:CStrWrapper (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/incremental_delivery/incfs/ | ||
H A D | path.cpp | 36 class CStrWrapper { class |
/aosp_15_r20/frameworks/base/services/incremental/ | ||
H A D | path.cpp | 173 details::CStrWrapper::CStrWrapper(std::string_view sv) { in CStrWrapper() function in android::incremental::path::details::CStrWrapper |
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/files/ | ||
D | PathUtils.h | 66 CStrWrapper(std::string_view stringView) : mStringView(stringView) {} in CStrWrapper() function |
/aosp_15_r20/system/incremental_delivery/incfs/include/ | ||
H A D | incfs_inline.h | 37 CStrWrapper(std::string_view sv) { in CStrWrapper() function |