Home | History | Annotate | Download | only in include

Lines Matching full:self

64   * @param self PFileSystem handle
65 * @return ESR_INVALID_ARGUMENT if self is null
67 ESR_ReturnCode(*destroy)(struct PFileSystem_t* self);
72 * @param self PFileSystem handle
77 ESR_ReturnCode(*createPFile)(struct PFileSystem_t* self, const LCHAR* path, ESR_BOOL littleEndian, PFile** file);
82 * @param self PFileSystem handle
87 ESR_ReturnCode(*mkdir)(struct PFileSystem_t* self, const LCHAR* path);
92 * @param self PFileSystem handle
96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path);
119 * @return ESR_INVALID_ARGUMENT if self is null