Searched refs:npath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dspawn.cpp126 char* npath = strdup(path); local
127 if (npath == NULL)
131 free(npath);
138 action->action.open_action.path = npath;
206 char* npath = strdup(path); local
207 if (npath == NULL)
211 free(npath);
218 action->action.chdir_action.path = npath;

Completed in 29 milliseconds