Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c833 int anchorPos = -1; in SetServicePathWithAsan() local
843 anchorPos = strlen("/system") + 1; in SetServicePathWithAsan()
845 anchorPos = strlen("/vendor") + 1; in SetServicePathWithAsan()
851 ret = WrapPath(tmpPathName, MAX_ONE_ARG_LEN, "/asan", anchorPos); in SetServicePathWithAsan()