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

  /src/tests/fs/vfs/
t_vnops.c 180 char plain[MAXPATHLEN], with_slash[MAXPATHLEN]; local in function:do_dir_slash
187 snprintf(with_slash, sizeof(with_slash), "%s/dir/", mountpath);
188 if (rump_sys_mkdir(with_slash, 0777) == -1)
194 if (rump_sys_stat(with_slash, &sb) != -1 || errno != ENOENT)
t_vnops.c 180 char plain[MAXPATHLEN], with_slash[MAXPATHLEN]; local in function:do_dir_slash
187 snprintf(with_slash, sizeof(with_slash), "%s/dir/", mountpath);
188 if (rump_sys_mkdir(with_slash, 0777) == -1)
194 if (rump_sys_stat(with_slash, &sb) != -1 || errno != ENOENT)

Completed in 23 milliseconds