Searched refs:psa_subsystem_root_path (Results 1 – 2 of 2) sorted by relevance
165 psattrp->psa_subsystem_root_path = NULL; in __posix_spawnattr_init()1075 old_buf = psattr->psa_subsystem_root_path; in posix_spawnattr_set_subsystem_root_path_np()1076 psattr->psa_subsystem_root_path = buf; in posix_spawnattr_set_subsystem_root_path_np()1098 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()1104 psattr->psa_subsystem_root_path = NULL; in posix_spawn_destroysubsystem_root_path_np()2812 if (psattr->psa_subsystem_root_path != NULL) { in posix_spawn()2814 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
259 …char *psa_subsystem_root_path; /* pass given path in apple strings … member