HomeSort by: relevance | last modified time | path
    Searched defs:relative_dir (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 311 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY
315 RL(mkdir(relative_dir, 0777));
316 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir));
325 spawn_chdir(relative_dir, filepath, 1, 0);
413 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY
417 RL(mkdir(relative_dir, 0755));
424 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir));
427 spawn_chdir(relative_dir, filepath, 2, 0);
t_spawn.c 311 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY
315 RL(mkdir(relative_dir, 0777));
316 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir));
325 spawn_chdir(relative_dir, filepath, 1, 0);
413 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY
417 RL(mkdir(relative_dir, 0755));
424 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir));
427 spawn_chdir(relative_dir, filepath, 2, 0);

Completed in 40 milliseconds