MCPcopy 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
15void auto_close_fd::close() noexcept {
16 if (mFd >= 0) {
17 TEMP_FAILURE_RETRY(::close(mFd));
18 mFd = -1;
19 }
20}

Callers 8

getRunningProcessInfoFunction · 0.80
getProcessInfoFunction · 0.80
extractNativeLibraryMethod · 0.80
execMethod · 0.80
onMeasureMethod · 0.80
onDrawMethod · 0.80
getClassDeclaringDexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected