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

/external/fio/
H A Dcgroup.c105 sprintf(str, "%s%s%s", mnt, FIO_OS_PATH_SEPARATOR, td->o.cgroup);
107 sprintf(str, "%s%s%s", mnt, FIO_OS_PATH_SEPARATOR, td->o.name);
119 sprintf(tmp, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, filename);
H A Ddiskutil.c237 sprintf(temppath, "%s%s%s", slavesdir, FIO_OS_PATH_SEPARATOR, dirent->d_name);
264 sprintf(temppath, "%s%s%s", slavesdir, FIO_OS_PATH_SEPARATOR, slavepath);
368 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name);
H A Dblktrace.c129 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name);
H A Dfilesetup.c1429 sprintf(full_path, "%s%s%s", dirname, FIO_OS_PATH_SEPARATOR, dir->d_name);
/external/fio/os/
H A Dos.h137 #ifndef FIO_OS_PATH_SEPARATOR
138 #define FIO_OS_PATH_SEPARATOR "/" macro
H A Dos-windows.h34 #define FIO_OS_PATH_SEPARATOR "\\" macro

Completed in 234 milliseconds