Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp1445 std::string abortPath = itEntry.path().string() + "/abort"; in AbortFuseConnections() local
1446 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()