Home
last modified time | relevance | path

Searched defs:MAX_PATH_LENGTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_common.h26 #define MAX_PATH_LENGTH 256 macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp152 const unsigned int MAX_PATH_LENGTH = PATH_MAX; in GetRealPath() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp85 constexpr int32_t MAX_PATH_LENGTH { 500 }; variable