Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ close
Method
close
app/src/main/cpp/utils/auto_close_fd.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void auto_close_fd::close() noexcept {
16
if (mFd >= 0) {
17
TEMP_FAILURE_RETRY(::close(mFd));
18
mFd = -1;
19
}
20
}
Callers
8
getRunningProcessInfo
Function · 0.80
getProcessInfo
Function · 0.80
extractNativeLibrary
Method · 0.80
exec
Method · 0.80
onMeasure
Method · 0.80
onDraw
Method · 0.80
getClassDeclaringDex
Method · 0.80
findMethodsByConstString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected