Home
last modified time | relevance | path

Searched refs:is_absolute_path (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dpath.cc156 const bool is_absolute_path = *src == '/'; in CleanPath() local
157 if (is_absolute_path) { in CleanPath()
182 } else if (!is_absolute_path) { in CleanPath()
Dfile_system.cc367 const bool is_absolute_path = *src == '/'; in CleanPath() local
368 if (is_absolute_path) { in CleanPath()
393 } else if (!is_absolute_path) { in CleanPath()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1484 is_absolute_path = path_str.startswith(sep)
1498 elif is_absolute_path:
1504 if is_absolute_path: