Searched refs:subfolder_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dtoc.c81 char subfolder_path[300]; local in function:MakeSureSubfolderExists
94 if (snprintf(subfolder_path, sizeof(subfolder_path), "%s/%s",
95 app_resources.mail_path, name) >= sizeof(subfolder_path))
97 if (stat(subfolder_path, &buf) /* failed */) {
98 (void) mkdir(subfolder_path, 0700);
99 if (stat(subfolder_path, &buf) /* failed */)

Completed in 3 milliseconds