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
jimsh0.c:3722
static int file_access(Jim_Interp *interp, Jim_Obj *filename, int mode)
jimsh0.c:3731file_cmd_readable()
return file_access(interp, argv[0], R_OK);
jimsh0.c:3736file_cmd_writable()
return file_access(interp, argv[0], W_OK);
jimsh0.c:3742file_cmd_executable()
return file_access(interp, argv[0], X_OK);
jimsh0.c:3752file_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