Home
last modified time | relevance | path

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

/system/linkerconfig/modules/
Dapex.cc193 apexes[info.getModuleName()].original_path = in ScanActiveApexes()
223 return StartsWith(original_path, "/system/apex/") || in InSystem()
224 StartsWith(original_path, "/system_ext/apex/") || in InSystem()
226 StartsWith(original_path, "/product/apex/")); in InSystem()
231 StartsWith(original_path, "/product/apex/"); in InProduct()
235 return StartsWith(original_path, "/vendor/apex/") || in InVendor()
236 StartsWith(original_path, "/odm/apex/"); in InVendor()
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h32 std::string original_path; member