Home
last modified time | relevance | path

Searched refs:fileset_path (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A Dfileset.c985 char *fileset_path; in fileset_create() local
992 fileset_path = avd_get_str(fileset->fs_path); in fileset_create()
993 if (!fileset_path) { in fileset_create()
1013 (void) fb_strlcpy(path, fileset_path, MAXPATHLEN); in fileset_create()
1178 char *fileset_path; in fileset_delete_storage() local
1192 (void) fb_strlcpy(path, fileset_path, MAXPATHLEN); in fileset_delete_storage()
1900 char *fileset_path; in fileset_print() local
1916 pathlength = strlen(fileset_path) + strlen(fileset_name); in fileset_print()
1932 fileset_path, fileset_name, &pad[pathlength]); in fileset_print()
1936 fileset_path, fileset_name, &pad[pathlength], in fileset_print()
[all …]
H A Dflowop_library.c1932 char *fileset_path;
1936 if ((fileset_path = avd_get_str(dir->fse_fileset->fs_path)) == NULL) {
1946 (void) fb_strlcpy(path, fileset_path, MAXPATHLEN);