Searched defs:append_and_increment (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/installd/
H A Dutils.c44 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) {
79 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
80 || append_and_increment(&dst, persona_prefix, &dst_size) < 0) {
120 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
121 || append_and_increment(&dst, persona_prefix, &dst_size) < 0) {
874 if (append_and_increment(&dst, path, &dst_size) < 0
875 || append_and_increment(&dst, "/", &dst_size)) {
952 int append_and_increment(cha function
[all...]

Completed in 26 milliseconds