Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c251 #define LOGDIR_NAME_SIZE 100 macro
252 static char logdir[LOGDIR_NAME_SIZE];
264 char path[LOGDIR_NAME_SIZE + 30]; in start_verification_log()
312 char path[LOGDIR_NAME_SIZE + 30]; in end_verification_log()
624 snprintf(logdir, LOGDIR_NAME_SIZE, in main()
639 strncpy(logdir, optarg, LOGDIR_NAME_SIZE - 1); in main()