Home
last modified time | relevance | path

Searched defs:path (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1012 static inline void fixPath(char* path) { in fixPath()
1358 static inline void getName(char* path, uint16_t* dst) { in getName()
1385 static inline bool getFileSize(const char *path, uint32_t* size) { in getFileSize()
1412 static bool writeFile(FILE* outFile, const char* path, bool fix) { in writeFile()
1464 static bool saveEntry(FILE* outFile, char* path, rk_entry_type type, in saveEntry()
1571 static inline uint32_t getCrc(const char* path) { in getCrc()
1719 bool unpackBoot(char* path) { in unpackBoot()
H A Dboot_merger.h63 char path[MAX_LINE_LEN]; member