Home
last modified time | relevance | path

Searched defs:dst_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp427 size_t dst_size = 10; in TEST_F() local
446 size_t dst_size = 5; in TEST_F() local
/frameworks/native/cmds/installd/
Dutils.cpp1139 size_t dst_size = path_len + 2; in get_path_from_string() local
1211 int append_and_increment(char** dst, const char* src, size_t* dst_size) { in append_and_increment()