Searched refs:mHealthPath (Results 1 – 2 of 2) sorted by relevance
2545 mHealthPath(std::move(healthPath)), in DataLoaderStub()2567 mHealthPath.clear(); in cleanupResources()3026 if (mHealthPath.empty()) { in initializeHealthControl()3031 mHealthControl = mService.mIncFs->openMount(mHealthPath); in initializeHealthControl()3034 LOG(ERROR) << "Failed to open health control for: " << id() << ", path: " << mHealthPath in initializeHealthControl()3170 dprintf(fd, " path: %s\n", mHealthPath.c_str()); in onDump()3179 const auto control = mService.mIncFs->openMount(mHealthPath); in onDump()
314 std::string mHealthPath; variable