Searched defs:Path (Results 1 – 9 of 9) sorted by relevance
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
42 Path::Path(const char* pathStr, size_t strLength) { in Path() function in android::uirenderer::VectorDrawable::Path49 Path::Path(const Path& path) : Node(path) { in Path() function in android::uirenderer::VectorDrawable::Path
167 Path() {} in Path() function
235 Path, enumerator
37 public class Path { class63 public Path() { in Path() method in Path73 public Path(@Nullable Path src) { in Path() method in Path
1730 public static final class Path implements Parcelable { class in DocumentsContract1742 public Path(@Nullable String rootId, List<String> path) { in Path() method in DocumentsContract.Path
282 clang::ModuleIdPath Path, in loadModule()
88 class Path; variable