Searched refs:separator (Results 1 – 7 of 7) sorted by relevance
/system/core/base/include/android-base/ |
D | strings.h | 40 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() argument 48 result << separator << *it; in Join()
|
/system/extras/ext4_utils/ |
D | allocate.h | 98 void print_blocks(FILE* f, struct block_allocation *alloc, char separator);
|
D | allocate.c | 133 void print_blocks(FILE* f, struct block_allocation *alloc, char separator) in print_blocks() argument 143 fputc(separator, f); in print_blocks()
|
/system/connectivity/shill/vpn/ |
D | openvpn_driver.cc | 262 char separator) { in JoinOptions() argument 270 argument.find(separator) != string::npos) { in JoinOptions() 272 const char separator_chars[] = { separator, '\0' }; in JoinOptions() 283 return base::JoinString(option_strings, string{separator}); in JoinOptions()
|
D | openvpn_driver.h | 239 const std::vector<std::vector<std::string>>& options, char separator);
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 299 the MNC, with no separator. The first
|
D | service-api.txt | 235 the MNC, with no separator. The first
|