Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c47 #define SD_UPDATE_FILE "/sdcard/update.img" macro
187 installPackage(SD_UPDATE_FILE); in sdUpdate()
219 DATA_UPDATE_FILE, SD_UPDATE_FILE); in rebootUpdate()
220 if(access(SD_UPDATE_FILE,F_OK) == -1){ in rebootUpdate()
221 printf("%s does not exist!\n", SD_UPDATE_FILE); in rebootUpdate()
224 printf("find %s\n", SD_UPDATE_FILE); in rebootUpdate()
225 installPackage(SD_UPDATE_FILE); in rebootUpdate()
/OK3568_Linux_fs/app/qsetting/
H A Dqtupdate.cpp9 #define SD_UPDATE_FILE "/sdcard/update.img" macro
18 s.append(SD_UPDATE_FILE); in qtUpdate()
45 QFileInfo sd = QFileInfo(SD_UPDATE_FILE); in on_btnClicked()
52 path = SD_UPDATE_FILE; in on_btnClicked()
54 …x::warning(this, "Error", "Don't find update.img in " DATA_UPDATE_FILE " and " SD_UPDATE_FILE "!"); in on_btnClicked()