HomeSort by relevance Sort by last modified time
    Searched refs:is_absolute_path (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
path.cc 132 const bool is_absolute_path = *src == '/'; local
133 if (is_absolute_path) {
158 } else if (!is_absolute_path) {
  /frameworks/native/cmds/installd/
dexopt.cpp 2528 static bool is_absolute_path(const std::string& path) { function
    [all...]

Completed in 329 milliseconds