Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_data.cpp23 constexpr int ACTION_PRE_LEN = 7; variable
34 if (!strncmp(msg, "ACTION=", ACTION_PRE_LEN)) { in Decode()
35 msg += ACTION_PRE_LEN; in Decode()