Home
last modified time | relevance | path

Searched refs:first_slash (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dmanifest_checking_test.cc89 auto first_slash = test_case_name.find('/'); in SetUp() local
90 if (first_slash != test_case_name.npos) { in SetUp()
91 test_case_name.remove_prefix(first_slash + 1); in SetUp()
/external/libchrome/base/
Dvlog.cc39 std::string::size_type first_slash = pattern.find_first_of("\\/"); in VmodulePattern() local
40 if (first_slash != std::string::npos) in VmodulePattern()