Searched refs:GetOtaDirectoryPrefix (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp160 return StringPrintf("%s/%s", GetOtaDirectoryPrefix().c_str(), target_slot_.c_str());
255 const std::string GetOtaDirectoryPrefix() const { function in class:android::installd::OTAPreoptService
276 if (access(GetOtaDirectoryPrefix().c_str(), R_OK) < 0) {
277 LOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix();

Completed in 592 milliseconds