Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex-info-list-tinyxml/gen/cpp/
Dcom_android_apex.cpp112 …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()
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex-info-list/gen/cpp/
Dcom_android_apex.cpp132 …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()
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex-info-list/gen/cpp/include/
Dcom_android_apex.h48 const std::optional<std::string> preinstalledModulePath_; variable
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex-info-list-tinyxml/gen/cpp/include/
Dcom_android_apex.h47 const std::optional<std::string> preinstalledModulePath_; variable