Home
last modified time | relevance | path

Searched refs:DEFAULT_DATA_LENGTH (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dos.cpp81 if (xattrValueSize == static_cast<ssize_t>(DEFAULT_DATA_LENGTH)) { in SetSecurityLabel()
82 char xattrValue[DEFAULT_DATA_LENGTH + 1]; in SetSecurityLabel()
84 xattrValue[DEFAULT_DATA_LENGTH] = '\0'; in SetSecurityLabel()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dos.cpp108 if (xattrValueSize == static_cast<ssize_t>(DEFAULT_DATA_LENGTH)) { in SetSecurityLabel()
109 char xattrValue[DEFAULT_DATA_LENGTH + 1]; in SetSecurityLabel()
111 xattrValue[DEFAULT_DATA_LENGTH] = '\0'; in SetSecurityLabel()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dos.h27 const int DEFAULT_DATA_LENGTH = 2; member

Completed in 2 milliseconds