Searched refs:mPath (Results 1 – 8 of 8) sorted by relevance
36 : mPath("/dev/iaxxx-module-celldrv"), mPowerEntityId(id) {} in IaxxxStateResidencyDataProvider()40 android::base::unique_fd devNode(open(mPath.c_str(), O_RDWR)); in getResults()42 PLOG(ERROR) << __func__ << ":Failed to open file " << mPath; in getResults()49 PLOG(ERROR) << __func__ << "Failed to retrieve stats from " << mPath; in getResults()
37 : mPath("/dev/iaxxx-module-celldrv"), mPowerEntityId(id) {} in OsloStateResidencyDataProvider()41 android::base::unique_fd devNode(open(mPath.c_str(), O_RDWR)); in getResults()43 PLOG(ERROR) << __func__ << ":Failed to open file " << mPath; in getResults()
37 const std::string mPath;
40 const std::string mPath;
119 return mPath; in getPath()135 mPath = match[2]; in parseRequestResponseLine()
45 mPath(path), in HTTPClientConnection()108 "GET " + mPath + " HTTP/1.1\r\n" in sendRequest()
50 std::string mPath; member
65 std::string mPath; member