Home | History | Annotate | Download | only in include

Lines Matching full:p_path

138 ** Parameters   p_path      - Fully qualified path and file name.
225 ** Parameters p_path - directory to search (Fully qualified path)
241 typedef void (tGOEP_DIRENTRY_CBACK) (const char *p_path, BOOLEAN first_item,
258 typedef tGOEP_STATUS (tGOEP_ACCESS_CBACK) (const char *p_path, UINT16 mode,
269 ** Parameters p_path - (input) name of directory to create (fully qualified path).
276 typedef tGOEP_STATUS (tGOEP_MKDIR_CBACK) (const char *p_path, UINT8 app_id);
285 ** Parameters p_path - (input) name of directory to remove (fully qualified path).
294 typedef tGOEP_STATUS (tGOEP_RMDIR_CBACK) (const char *p_path, UINT8 app_id);
303 ** Parameters p_path - (input) name of file to remove (fully qualified path).
311 typedef tGOEP_STATUS (tGOEP_UNLINK_CBACK) (const char *p_path, UINT8 app_id);