Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp62 constexpr size_t FIRST_CHAR = 1; variable
1360 dst = '*' + src.substr(FIRST_CHAR, strLen - FIRST_CHAR); in GetEncryptStr()