Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp275 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME); in ReadEnvironment()
296 int result = setenv(ASEC_MOUNTPOINT_ENV_NAME, asec_mountpoint_.c_str(), 0); in CheckAndInitializeInstalldGlobals()
597 std::string asec_mountpoint_; member in android::installd::OTAPreoptService