Searched refs:SetServiceEnterSandbox (Results 1 – 4 of 4) sorted by relevance
91 int SetServiceEnterSandbox(const Service *service, const char *path) in SetServiceEnterSandbox() function
203 int SetServiceEnterSandbox(const Service *service, const char *execPath);
185 int SetServiceEnterSandbox(const Service *service, const char *execPath) in SetServiceEnterSandbox() function
413 int ret = SetServiceEnterSandbox(service, pathArgs->argv[0]); in InitServiceProperties()