Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox/interfaces/native/kits/
Dblackbox.h35 #define PATH_MAX_LEN 256 macro
/base/security/access_token/interfaces/innerkits/nativetoken/include/
Dnativetoken.h39 #define PATH_MAX_LEN 4096 macro
/base/hiviewdfx/blackbox/interfaces/native/innerkits/
Dblackbox.h35 #define PATH_MAX_LEN 256 macro
/base/hiviewdfx/hidumper_lite/
Dhidumper.c31 #define PATH_MAX_LEN 256 macro
52 char filePath[PATH_MAX_LEN];
/base/hiviewdfx/blackbox/
Dblackbox_core.c148 char dirName[PATH_MAX_LEN] = { 0 }; in SaveErrorLog()
260 char dirName[PATH_MAX_LEN] = { 0 }; in BBoxNotifyError()
/base/security/access_token/interfaces/innerkits/nativetoken/src/
Dnativetoken.c41 char filePath[PATH_MAX_LEN + 1] = {0}; in GetFileBuff()