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.cc330 const bool is_absolute_path = *src == '/'; in CleanPath() local
331 if (is_absolute_path) { in CleanPath()
356 } else if (!is_absolute_path) { in CleanPath()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1371 is_absolute_path = path.startswith(sep)
1385 elif is_absolute_path:
1391 if is_absolute_path: