Searched refs:psa_subsystem_root_path (Results 1 – 2 of 2) sorted by relevance
168 psattrp->psa_subsystem_root_path = NULL; in __posix_spawnattr_init()1143 old_buf = psattr->psa_subsystem_root_path; in posix_spawnattr_set_subsystem_root_path_np()1144 psattr->psa_subsystem_root_path = buf; in posix_spawnattr_set_subsystem_root_path_np()1166 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()1172 psattr->psa_subsystem_root_path = NULL; in posix_spawn_destroysubsystem_root_path_np()3009 if (psattr->psa_subsystem_root_path != NULL) { in posix_spawn()3011 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
270 …char *psa_subsystem_root_path; /* pass given path in apple strings … member