Searched refs:path_buf_size (Results 1 – 3 of 3) sorted by relevance
92 size_t path_buf_size) in corecmd_get_qemu_path() argument98 strncpy(path, filepath, path_buf_size); in corecmd_get_qemu_path()99 path[path_buf_size - 1] = '\0'; in corecmd_get_qemu_path()
259 size_t path_buf_size) in corecmd_get_qemu_path() argument286 strncpy(path, resp_data, path_buf_size); in corecmd_get_qemu_path()287 path[path_buf_size - 1] = '\0'; in corecmd_get_qemu_path()
87 size_t path_buf_size);