Searched refs:asec_mountpoint_ (Results 1 – 1 of 1) sorted by relevance
275 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