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

  /src/tests/fs/vfs/
t_union.c 28 char pathb[MAXPATHLEN]; local in function:xput_tfile
31 strcpy(pathb, mp);
32 strcat(pathb, "/");
33 strcat(pathb, path);
35 RL(fd = rump_sys_open(pathb, O_CREAT | O_RDWR, 0777));
44 char pathb[MAXPATHLEN]; local in function:xread_tfile
48 strcpy(pathb, mp);
49 strcat(pathb, "/");
50 strcat(pathb, path);
52 fd = rump_sys_open(pathb, O_RDONLY)
    [all...]
t_union.c 28 char pathb[MAXPATHLEN]; local in function:xput_tfile
31 strcpy(pathb, mp);
32 strcat(pathb, "/");
33 strcat(pathb, path);
35 RL(fd = rump_sys_open(pathb, O_CREAT | O_RDWR, 0777));
44 char pathb[MAXPATHLEN]; local in function:xread_tfile
48 strcpy(pathb, mp);
49 strcat(pathb, "/");
50 strcat(pathb, path);
52 fd = rump_sys_open(pathb, O_RDONLY)
    [all...]

Completed in 26 milliseconds