Searched refs:abortPath (Results 1 – 1 of 1) sorted by relevance
1445 std::string abortPath = itEntry.path().string() + "/abort"; in AbortFuseConnections() local1446 LOG(DEBUG) << "Aborting fuse connection entry " << abortPath; in AbortFuseConnections()1447 bool ret = writeStringToFile("1", abortPath); in AbortFuseConnections()1449 LOG(WARNING) << "Failed to write to " << abortPath; in AbortFuseConnections()