Searched defs:Path (Results 1 – 10 of 10) 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
125 Path enumerator138 struct Path { struct139 uint32_t mGenerationID;
41 Path::Path(const char* pathStr, size_t strLength) { in Path() function in android::uirenderer::VectorDrawable::Path48 Path::Path(const Path& path) : Node(path) { in Path() function in android::uirenderer::VectorDrawable::Path
168 Path() {} in Path() function
232 Path, enumerator
69 class Path; variable
34 public class Path { class53 public Path() { in Path() method in Path62 public Path(Path src) { in Path() method in Path
1580 public static final class Path implements Parcelable { class in DocumentsContract1592 public Path(@Nullable String rootId, List<String> path) { in Path() method in DocumentsContract.Path
285 clang::ModuleIdPath Path, in loadModule()
88 class Path; variable