Searched refs:mPath (Results 1 – 5 of 5) sorted by relevance
49 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
138 SkString* mPath = new SkString; in PathToString() local140 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 …]
44 private String mPath; field in WebAddress72 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()
58 String mPath; field in Request113 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()
50 private final String mPath; field in AccessibilityValidationContentHandler95 mPath = fullyQualifiedPath; in AccessibilityValidationContentHandler()150 sLogger.info(mPath); in startElement()