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

/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c602 // <remaining_path_format> specifies a simple pattern of where stack logs can be down inside <directory>.
606 reap_orphaned_log_files_in_hierarchy(char *directory, char *remaining_path_format) argument
624 if (remaining_path_format) {
625 char *separator = remaining_path_format;
627 size_t length_to_match = (*remaining_path_format == '<') ? 0 : separator - remaining_path_format;
632 if (length_to_match > 0 && strncmp(entry->d_name, remaining_path_format, length_to_match) != 0) {
644 // OK, we found a lowest-level directory matching <remaining_path_format>, and we have access to it.

Completed in 106 milliseconds