HomeSort by relevance Sort by last modified time
    Searched full:pa_workspace (Results 1 - 1 of 1) sorted by null

  /system/core/init/
property_service.c 131 static workspace pa_workspace; variable
141 if(init_workspace(&pa_workspace, 0))
144 fcntl(pa_workspace.fd, F_SETFD, FD_CLOEXEC);
436 *fd = pa_workspace.fd;
437 *sz = pa_workspace.size;

Completed in 47 milliseconds