Home
last modified time | relevance | path

Searched refs:delimiter (Results 1 – 6 of 6) sorted by relevance

/system/iorap/src/db/
Dapp_component_name.h40 constexpr const char delimiter = '/'; in FromString() local
46 std::string package = s.substr(0, s.find(delimiter)); in FromString()
49 activity_name.erase(0, s.find(delimiter) + sizeof(delimiter)); in FromString()
/system/bt/gd/packet/parser/
Dutil.h142 inline std::string StringJoin(const std::string& delimiter, const std::vector<std::string>& vec) { in StringJoin() argument
147 ss << delimiter; in StringJoin()
/system/chre/chpp/
DREADME.md33 CHPP packets consist of a 2-byte preamble (packet start delimiter) and 8 bytes of header informatio…
50 CHPP packets use a two-byte preamble as the packet start delimiter. If the receiving side is not ac…
/system/core/fs_mgr/tests/
Dadb-remount-test.sh746 local delimiter="${1}"
750 result+="${delimiter}${element}"
/system/apex/
Dpylintrc319 # character used as a quote delimiter is used inconsistently within a module.
/system/tools/mkbootimg/
Dpylintrc312 # character used as a quote delimiter is used inconsistently within a module.