Lines Matching refs:append_and_increment
44 if (append_and_increment(&dst, dir->path, &dst_size) < 0
45 || append_and_increment(&dst, pkgname, &dst_size) < 0
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
80 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
81 || append_and_increment(&dst, userid_prefix, &dst_size) < 0) {
121 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
122 || append_and_increment(&dst, userid_prefix, &dst_size) < 0) {
875 if (append_and_increment(&dst, path, &dst_size) < 0
876 || append_and_increment(&dst, "/", &dst_size)) {
953 int append_and_increment(char** dst, const char* src, size_t* dst_size) {