Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp140 constexpr unsigned int MAX_OUTPUT_LEN = 255; variable
298 size_t len = strnlen(path, MAX_OUTPUT_LEN); in CheckOutputFile()
299 if (len == MAX_OUTPUT_LEN || len < 1 || (stat(path, &buf) == 0 && (buf.st_mode & S_IFDIR))) { in CheckOutputFile()