Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance
42 char filepath[256]; in create_lower_file() local43 snprintf(filepath, sizeof(filepath), "%s/lowerfile.txt", LOWERDIR); in create_lower_file()45 int fd = open(filepath, O_CREAT | O_WRONLY, 0644); in create_lower_file()