Searched defs:Path (Results 1 – 11 of 11) sorted by relevance
25 TEST(Path, Normalize) { in TEST() argument33 TEST(Path, Comparator) { in TEST() argument
49 Path::Path() : m_PathName() { in Path() function in mcld::sys::fs::Path52 Path::Path(const Path::ValueType* s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path55 Path::Path(const Path::StringType& s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path58 Path::Path(const Path& pCopy) : m_PathName(pCopy.m_PathName) { in Path() function in mcld::sys::fs::Path
69 class Path; variable
29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator
48 Path::Path(const char* pathStr, size_t strLength) { in Path() function in android::uirenderer::VectorDrawable::Path55 Path::Path(const Path& path) : Node(path) { in Path() function in android::uirenderer::VectorDrawable::Path
167 Path() {} in Path() function
238 Path, enumerator
37 public class Path { class63 public Path() { in Path() method in Path73 public Path(@Nullable Path src) { in Path() method in Path
1775 public static final class Path implements Parcelable { class in DocumentsContract1787 public Path(@Nullable String rootId, List<String> path) { in Path() method in DocumentsContract.Path
282 clang::ModuleIdPath Path, in loadModule()
88 class Path; variable