Searched refs:preinstalledModulePath_ (Results 1 – 4 of 4) sorted by relevance
112 …ame_(std::move(moduleName)), modulePath_(std::move(modulePath)), preinstalledModulePath_(std::move… in ApexInfo()133 return preinstalledModulePath_.value(); in getPreinstalledModulePath()137 return preinstalledModulePath_.has_value(); in hasPreinstalledModulePath()
132 …ame_(std::move(moduleName)), modulePath_(std::move(modulePath)), preinstalledModulePath_(std::move… in ApexInfo()153 return preinstalledModulePath_.value(); in getPreinstalledModulePath()157 return preinstalledModulePath_.has_value(); in hasPreinstalledModulePath()
48 const std::optional<std::string> preinstalledModulePath_; variable
47 const std::optional<std::string> preinstalledModulePath_; variable