Searched refs:is_absolute_path (Results 1 – 3 of 3) sorted by relevance
156 const bool is_absolute_path = *src == '/'; in CleanPath() local157 if (is_absolute_path) { in CleanPath()182 } else if (!is_absolute_path) { in CleanPath()
367 const bool is_absolute_path = *src == '/'; in CleanPath() local368 if (is_absolute_path) { in CleanPath()393 } else if (!is_absolute_path) { in CleanPath()
1484 is_absolute_path = path_str.startswith(sep)1498 elif is_absolute_path:1504 if is_absolute_path: