Home | History | Annotate | Download | only in utils

Lines Matching defs:ini

12 #include "android/utils/ini.h"
27 /* a simple .ini file parser and container for Android
28 * no sections support. see android/utils/ini.h for
183 IniFile* ini = iniFile_alloc();
189 D("%s: parsing as .ini file", fileName);
246 iniFile_addPair(ini, key, keyLen, value, valueLen);
255 return ini;
264 IniFile* ini = NULL;
268 D("could not open .ini file: %s: %s",
293 ini = iniFile_newFromMemory(text, filepath);
298 return ini;
320 D("could not create .ini file: %s: %s",
356 D("Index %d exceeds the number of ini file entries %d",