Home
last modified time | relevance | path

Searched refs:F_OK (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/
Dwin_posix.h56 #define F_OK 0 macro
Dfiptool.c873 if (access(argv[0], F_OK) == 0) in update_cmd()
1014 if (access(file, F_OK) != 0 || fflag) { in unpack_cmd()
1128 if (outfile[0] != '\0' && access(outfile, F_OK) == 0 && !fflag) in remove_cmd()