Home | History | Annotate | Download | only in utils

Lines Matching refs:buff

77 bufprint_app_dir(char*  buff, char*  end)
91 return bufprint(buff, end, "%s", path);
110 bufprint_app_dir(char* buff, char* end)
127 return bufprint(buff, end, "%s", s);
135 bufprint_app_dir(char* buff, char* end)
155 return bufprint(buff, end, "%s", appDir);
159 bufprint_app_dir(char* buff, char* end)
161 return bufprint(buff, end, ".");
168 bufprint_config_path(char* buff, char* 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 );
193 bufprint_config_file(char* buff, char* end, const char* suffix)
196 p = bufprint_config_path(buff, end);
202 bufprint_temp_dir(char* buff, char* end)
216 return bufprint(buff, end, "%s", path);
220 return bufprint(buff, end, "%s", tmppath );
225 bufprint_temp_file(char* buff, char* end, const char* suffix)
228 p = bufprint_temp_dir(buff, end);