Home
last modified time | relevance | path

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

/device/google/coral/powerstats/
DIaxxxStateResidencyDataProvider.cpp36 : 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()
DOsloStateResidencyDataProvider.cpp37 : 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()
DOsloStateResidencyDataProvider.h37 const std::string mPath;
DIaxxxStateResidencyDataProvider.h40 const std::string mPath;
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp119 return mPath; in getPath()
135 mPath = match[2]; in parseRequestResponseLine()
DHTTPClientConnection.cpp45 mPath(path), in HTTPClientConnection()
108 "GET " + mPath + " HTTP/1.1\r\n" in sendRequest()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPClientConnection.h50 std::string mPath; member
DHTTPRequestResponse.h65 std::string mPath; member