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

/barrelfish-master/usr/arrakismon/
H A Dvmkitmon.c306 char *npath = alloca(strlen(path)); local
307 strcpy(npath, path);
308 vfs_path_normalise(npath);
310 err = spawn_arrakis(npath, argv, argbuf, argbytes, envp, inheritcn_cap,
/barrelfish-master/usr/spawnd/
H A Dservice.c309 char *npath; local
310 npath = alloca(strlen(path));
311 strcpy(npath, path);
312 vfs_path_normalise(npath);
314 err = spawn(domain_cap, npath, argv, argbuf, argbytes, envp, inheritcn_cap,

Completed in 37 milliseconds