FX_MAXIMUM_PATH is only used within filex.
 
Symbols
loading...
Files
loading...

FX_MAXIMUM_PATH macro

Syntax

#define FX_MAXIMUM_PATH 256

References

LocationText
fx_api.h:370
#define FX_MAXIMUM_PATH 256
fx_api.h:829
CHAR fx_path_string[FX_MAXIMUM_PATH];
fx_directory_default_get_copy.c:93
path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMUM_PATH) + 1;
fx_directory_default_set.c:163
media_ptr -> fx_media_default_path.fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR) 0;
fx_directory_default_set.c:186
path_string_capacity = FX_MAXIMUM_PATH - 1;
fx_directory_default_set.c:232
if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*')
fx_directory_default_set.c:251
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0;
fx_directory_default_set.c:332
if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*')
fx_directory_default_set.c:334
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0;
fx_directory_default_set.c:354
while (path_string_capacity <= (FX_MAXIMUM_PATH - 1))
fx_directory_default_set.c:417
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = '*';
fx_directory_local_path_get_copy.c:96
path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMUM_PATH) + 1;
fx_directory_local_path_set.c:145
local_path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0;
fx_directory_local_path_set.c:174
path_string_capacity = FX_MAXIMUM_PATH - 1;
fx_directory_local_path_set.c:210
if (i < (FX_MAXIMUM_PATH - 1))
fx_directory_local_path_set.c:221
} while (i < FX_MAXIMUM_PATH);
fx_directory_local_path_set.c:241
if (i < (FX_MAXIMUM_PATH - 1))
fx_directory_local_path_set.c:252
} while (i < FX_MAXIMUM_PATH);
fx_directory_local_path_set.c:259
if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*')
fx_directory_local_path_set.c:275
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0;
fx_directory_local_path_set.c:329
if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*')
fx_directory_local_path_set.c:331
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0;
fx_directory_local_path_set.c:351
while (path_string_capacity <= (FX_MAXIMUM_PATH - 1))
fx_directory_local_path_set.c:414
path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = '*';
fx_directory_rename.c:345
} while (i < (FX_MAXIMUM_PATH-1));
fx_file_rename.c:362
} while (i < (FX_MAXIMUM_PATH-1));
fx_media_open.c:967
media_ptr -> fx_media_default_path.fx_path_string[FX_MAXIMUM_PATH - 1] = (CHAR)0;