OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_and_increment
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
454
EXPECT_EQ(0,
append_and_increment
(&dstp, src, &dst_size))
460
EXPECT_EQ(0,
append_and_increment
(&dstp, src, &dst_size))
473
EXPECT_EQ(0,
append_and_increment
(&dstp, src, &dst_size))
479
EXPECT_EQ(-1,
append_and_increment
(&dstp, src, &dst_size))
/frameworks/native/cmds/installd/
utils.c
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) {
1010
if (
append_and_increment
(&dst, path, &dst_size) < 0
1011
||
append_and_increment
(&dst, "/", &dst_size)) {
1059
int
append_and_increment
(char** dst, const char* src, size_t* dst_size) {
function
[
all
...]
installd.h
192
int
append_and_increment
(char** dst, const char* src, size_t* dst_size);
Completed in 3787 milliseconds