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()
330 const bool is_absolute_path = *src == '/'; in CleanPath() local331 if (is_absolute_path) { in CleanPath()356 } else if (!is_absolute_path) { in CleanPath()
1371 is_absolute_path = path.startswith(sep)1385 elif is_absolute_path:1391 if is_absolute_path: