Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.c131 static workspace pa_workspace; variable
141 if(init_workspace(&pa_workspace, 0)) in init_property_area()
144 fcntl(pa_workspace.fd, F_SETFD, FD_CLOEXEC); in init_property_area()
436 *fd = pa_workspace.fd; in get_property_workspace()
437 *sz = pa_workspace.size; in get_property_workspace()