Home | History | Annotate | Download | only in utils

Lines Matching refs:bufprint

13 #include "android/utils/bufprint.h"
51 bufprint(char* buffer, char* end, const char* fmt, ... )
91 return bufprint(buff, end, "%s", path);
127 return bufprint(buff, end, "%s", s);
155 return bufprint(buff, end, "%s", appDir);
161 return bufprint(buff, end, ".");
173 return bufprint(buff, end, "%s\\%s", home, _ANDROID_PATH );
180 return bufprint(buff, end, "%s\\%s", path, _ANDROID_PATH );
188 return bufprint(buff, end, "%s/%s", home, _ANDROID_PATH );
197 p = bufprint(p, end, PATH_SEP "%s", suffix);
216 return bufprint(buff, end, "%s", path);
229 return bufprint(buff, end, "%s", tmppath );
238 p = bufprint(p, end, PATH_SEP "%s", suffix);