HomeSort by relevance Sort by last modified time
    Searched refs:json_object_add_value_string (Results 1 - 4 of 4) sorted by null

  /external/fio/
json.h 61 #define json_object_add_value_string(obj, name, val) \ macro
stat.c 1164 json_object_add_value_string(dir_object, p->name, pos);
1182 json_object_add_value_string(root, "jobname", ts->name);
    [all...]
client.c 136 json_object_add_value_string(root, "fio version", fio_version_string);
138 json_object_add_value_string(root, "time", time_buf);
990 json_object_add_value_string(obj, "hostname", hostname);
1064 json_object_add_value_string(job_opt_object, p->name, pos);
    [all...]
diskutil.c 636 json_object_add_value_string(obj, "name", dus->name);

Completed in 126 milliseconds