Home
last modified time | relevance | path

Searched refs:SaveVarFile (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/
H A DInstantSetup.cpp192 SaveVarFile(ConfigFile(method + ".bm"), bm); in InstantSetup()
362 SaveVarFile(ConfigFile(method + ".bm"), bm); in InstantSetup()
445 SaveVarFile(ConfigFile(method + ".bm"), bm); in InstantSetup()
H A DMethods.cpp586 if(!SaveVarFile(fn, map)) { in Save()
/dports/devel/upp/upp/uppsrc/ide/Core/
H A DWorkspace.cpp68 bool SaveVarFile(const char *filename, const VectorMap<String, String>& var) in SaveVarFile() function
110 return SaveVarFile(path, var); in Save()
H A DCore.h208 bool SaveVarFile(const char *filename, const VectorMap<String, String>& var);