Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dpath.cpp42 mCopy.emplace(sv); in CStrWrapper()
43 mCstr = mCopy->c_str(); in CStrWrapper()
57 std::optional<std::string> mCopy; member in android::incfs::path::__anond1186c370111::CStrWrapper
/system/incremental_delivery/incfs/include/
Dincfs_inline.h41 mCopy.emplace(sv); in CStrWrapper()
42 mCstr = mCopy->c_str(); in CStrWrapper()
56 std::optional<std::string> mCopy; variable