GCC Middle and Back End API Reference
file_at_path_info Struct Reference

Data Fields

const charname
 
const charsuffix
 
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

◆ mode

int file_at_path_info::mode

Referenced by file_at_path(), and find_a_file().

◆ name

const char* file_at_path_info::name

◆ name_len

int file_at_path_info::name_len

Referenced by file_at_path(), and find_a_file().

◆ suffix

const char* file_at_path_info::suffix

Referenced by file_at_path(), and find_a_file().

◆ suffix_len

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: