Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_overlayfs/
H A Dmain.c42 char filepath[256]; in create_lower_file() local
43 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()