Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp1396 std::string abortPath = itEntry.path().string() + "/abort"; in AbortFuseConnections() local
1397 LOG(DEBUG) << "Aborting fuse connection entry " << abortPath; in AbortFuseConnections()
1398 bool ret = writeStringToFile("1", abortPath); in AbortFuseConnections()
1400 LOG(WARNING) << "Failed to write to " << abortPath; in AbortFuseConnections()