Searched refs:separator (Results 1 – 8 of 8) sorted by relevance
/system/extras/vbmeta_tools/ |
D | vbmake.cc | 60 char* separator = strchr(optarg, '='); in main() local 61 if (!separator || separator == optarg || !strlen(separator + 1)) { in main() 65 *separator = '\0'; in main() 68 std::string file(separator + 1); in main()
|
/system/extras/partition_tools/ |
D | lpmake.cc | 210 char* separator = strchr(optarg, '='); in main() local 211 if (!separator || separator == optarg || !strlen(separator + 1)) { in main() 215 *separator = '\0'; in main() 218 std::string file(separator + 1); in main()
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 102 std::string_view separator) { in Iterable() 103 return SplitIterable{what, separator}; in Iterable() 167 constexpr static SplitIterator MakeBegin(std::string_view whole, std::string_view separator) { in MakeBegin() 171 if (separator == "") { in MakeBegin() 183 it.separator = separator; in MakeBegin() 212 size_t pos = rest_of_string.find_first_of(separator); in UpdateValues() 229 rest_of_string = rest_of_string.substr(pos + separator.size()); in UpdateValues() 239 os << "separator:\"" << separator << "\","; in PrintToStream() 259 std::string_view separator; member 281 std::string_view separator; member [all …]
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 148 const I begin, const I end, const std::string& separator, 202 const I begin, const I end, const std::string& separator, in join() argument 206 (*this) << separator; in join()
|
D | StringHelper.h | 79 const std::string &separator);
|
/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/tools/hidl/host_utils/ |
D | StringHelper.cpp | 267 const std::string &separator) { in JoinStrings() argument 272 out += separator; in JoinStrings()
|
/system/tools/mkbootimg/ |
D | pylintrc | 262 no-space-check=trailing-comma,dict-separator
|