Searched refs:subdir_path (Results 1 – 1 of 1) sorted by relevance
43 char *subdir_path = k_malloc( in dirtree() local47 if (subdir_path == NULL) { in dirtree()51 strcpy(subdir_path, path); in dirtree()52 strcat(subdir_path, "/"); in dirtree()53 strcat(subdir_path, entry.name); in dirtree()54 dirtree(subdir_path, indent + 1); in dirtree()55 k_free(subdir_path); in dirtree()