Home
last modified time | relevance | path

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

/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk.cpp110 bool SetSdkLevels(const std::string& mountpath) { in SetSdkLevels() argument
112 if (!ReadDatabase(mountpath + "/com.android.sdkext/etc/extensions_db.pb", db)) { in SetSdkLevels()
116 std::unique_ptr<DIR, decltype(&closedir)> apex(opendir(mountpath.c_str()), in SetSdkLevels()
119 LOG(ERROR) << "Could not read " + mountpath; in SetSdkLevels()
130 std::string path = mountpath + "/" + name + "/etc/sdkinfo.pb"; in SetSdkLevels()
Dderive_sdk.h24 bool SetSdkLevels(const std::string& mountpath);