Searched refs:GetOtaDirectoryPrefix (Results 1 – 1 of 1) sorted by relevance
170 return StringPrintf("%s/%s", GetOtaDirectoryPrefix().c_str(), GetTargetSlot().c_str()); in GetOTADataDirectory()251 const std::string GetOtaDirectoryPrefix() const { in GetOtaDirectoryPrefix() function in android::installd::OTAPreoptService272 if (access(GetOtaDirectoryPrefix().c_str(), R_OK) < 0) { in CheckAndInitializeInstalldGlobals()273 LOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix(); in CheckAndInitializeInstalldGlobals()