GCC Middle and Back End API Reference
file_at_path_info Struct Reference

Data Fields

const char * name
const char * suffix
int name_len
int suffix_len
int mode

Detailed Description

Callback for find_a_file. Appends the file name to the directory path. If the resulting file exists in the right mode, return the full pathname to the file.


Field Documentation

int file_at_path_info::mode
const char* file_at_path_info::name
int file_at_path_info::name_len
const char* file_at_path_info::suffix
int file_at_path_info::suffix_len

The documentation for this struct was generated from the following file: