Home
last modified time | relevance | path

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

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dmount_image.c662 static const size_t STAGING_FILE_NAME_LEN = 20; in create_staging_file() local
666 name = MALLOC(STAGING_FILE_NAME_LEN + 1); in create_staging_file()
669 name[STAGING_FILE_NAME_LEN] = '\0'; in create_staging_file()
672 get_random_alnum_chars(name, STAGING_FILE_NAME_LEN); in create_staging_file()