Home
last modified time | relevance | path

Searched defs:generic_path (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/filesystem/src/
Dpath.cpp167 BOOST_FILESYSTEM_DECL path path::generic_path() const in generic_path() function in boost::filesystem::path
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dpath.hpp486 path generic_path() const { return path(*this); } in generic_path() function in boost::filesystem::path
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc184 const std::string generic_path = GetURIForPath("some_path"); in TEST_P() local