Searched refs:input_path (Results 1 – 2 of 2) sorted by relevance
427 if (*input_path == '\\') { in acpi_ns_normalize_pathname()428 *new_path = *input_path; in acpi_ns_normalize_pathname()430 input_path++; in acpi_ns_normalize_pathname()434 *new_path = *input_path; in acpi_ns_normalize_pathname()436 input_path++; in acpi_ns_normalize_pathname()441 while (*input_path) { in acpi_ns_normalize_pathname()447 *new_path = *input_path; in acpi_ns_normalize_pathname()451 input_path++; in acpi_ns_normalize_pathname()456 if (*input_path == '.') { in acpi_ns_normalize_pathname()457 *new_path = *input_path; in acpi_ns_normalize_pathname()[all …]
143 fl_split_input_pathname(char *input_path,
Completed in 5 milliseconds