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

Referenced by file_at_path(), and find_a_file().

const char* file_at_path_info::name

Referenced by file_at_path(), and find_a_file().

int file_at_path_info::name_len

Referenced by file_at_path(), and find_a_file().

const char* file_at_path_info::suffix

Referenced by file_at_path(), and find_a_file().

int file_at_path_info::suffix_len

Referenced by file_at_path(), and find_a_file().


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