Home
last modified time | relevance | path

Searched refs:mPath (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/test/tmpfile/
DTmpFile.hpp49 TmpFile(std::string content) : mPath(mktmp()) in TmpFile()
51 std::ofstream file(mPath); in TmpFile()
58 TmpFile(TmpFile &&right) : mPath(std::move(right.mPath)) { right.mPath.clear(); } in TmpFile()
69 mPath = std::move(right.mPath); in operator =()
70 right.mPath.clear(); in operator =()
79 const std::string &getPath() const { return mPath; } in getPath()
96 if (not mPath.empty()) { in remove()
97 if (std::remove(mPath.c_str()) != 0) { in remove()
102 std::string mPath; member in parameterFramework::utility::TmpFile
/external/skia/tools/debugger/
DSkObjectParser.cpp138 SkString* mPath = new SkString; in PathToString() local
140 mPath->appendf("Path (%d) (", path.getGenerationID()); in PathToString()
146 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
147 mPath->append(", "); in PathToString()
154 mPath->append(gConvexityStrings[path.getConvexity()]); in PathToString()
155 mPath->append(", "); in PathToString()
158 mPath->append("isRect, "); in PathToString()
160 mPath->append("isNotRect, "); in PathToString()
164 mPath->append("isOval, "); in PathToString()
166 mPath->append("isNotOval, "); in PathToString()
[all …]
/external/apache-http/android/src/android/net/compatibility/
DWebAddress.java44 private String mPath; field in WebAddress
72 mPath = "/"; in WebAddress()
98 mPath = t; in WebAddress()
100 mPath = "/" + t; in WebAddress()
134 return mScheme + "://" + authInfo + mHost + port + mPath; in toString()
162 mPath = path; in setPath()
166 return mPath; in getPath()
/external/apache-http/android/src/android/net/http/
DRequest.java58 String mPath; field in Request
113 mPath = path; in Request()
227 … HttpLog.v("Request.requestSent() " + mHost.getSchemeName() + "://" + getHostPort() + mPath); in sendRequest()
353 mHost.getSchemeName() + "://" + getHostPort() + mPath); in readResponse()
394 return mPath; in getUri()
396 return mHost.getSchemeName() + "://" + getHostPort() + mPath; in getUri()
403 return mPath; in toString()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java50 private final String mPath; field in AccessibilityValidationContentHandler
95 mPath = fullyQualifiedPath; in AccessibilityValidationContentHandler()
150 sLogger.info(mPath); in startElement()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...