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