Searched refs:mountpath (Results 1 – 2 of 2) sorted by relevance
110 bool SetSdkLevels(const std::string& mountpath) { in SetSdkLevels() argument112 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()
24 bool SetSdkLevels(const std::string& mountpath);