Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dpathutils.cc54 Pathname::Pathname() in Pathname() function in rtc::Pathname
58 Pathname::Pathname(const std::string& pathname) in Pathname() function in rtc::Pathname
63 Pathname::Pathname(const std::string& folder, const std::string& filename) in Pathname() function in rtc::Pathname
Dpathutils_unittest.cc14 TEST(Pathname, ReturnsDotForEmptyPathname) { in TEST() argument
Dfileutils.h32 class Pathname; variable
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp53 SmallString<512> Pathname(Filename); in PrintHeaderInfo() local