Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/device/
H A Dpath.h103 struct generic_path { struct
104 unsigned int id;
105 unsigned int subid;
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc184 const std::string generic_path = GetURIForPath("some_path"); in TEST_P() local