Searched defs:bkp_path (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dsnaphost-android.c96 char* bkp_path = malloc(path_len); local
97 if (bkp_path == NULL) {
102 snprintf(bkp_path, path_len, "%s.%s.ini",
105 return bkp_path;
118 char* bkp_path = _build_hwcfg_path(name); local
119 if (bkp_path == NULL) {
124 IniFile* hwcfg_bkp = iniFile_newFromFile(bkp_path);
129 free(bkp_path);
138 D("Missing HW config backup file '%s'", bkp_path);
141 free(bkp_path);
156 char* bkp_path = _build_hwcfg_path(name); local
[all...]

Completed in 55 milliseconds