file_access() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

file_access() function

Syntax

static int file_access(Jim_Interp *interp,     Jim_Obj *filename,     int mode);

Arguments

interp

filename

mode

References

LocationReferrerText
jim-file.c:441
static int file_access(Jim_Interp *interp, Jim_Obj *filename, int mode)
jim-file.c:450file_cmd_readable()
return file_access(interp, argv[0], R_OK);
jim-file.c:455file_cmd_writable()
return file_access(interp, argv[0], W_OK);
jim-file.c:461file_cmd_executable()
return file_access(interp, argv[0], X_OK);
jim-file.c:471file_cmd_exists()
return file_access(interp, argv[0], F_OK);

Call Tree

Functions calling file_access()
Functions called by file_access()
file_access()
access()
all items filtered out
Data read by file_access()
Data written by file_access()
file_access()
Type of file_access()
file_access()
all items filtered out