Home
last modified time | relevance | path

Searched defs:closeable (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/
Dlit-tabpane.ts58 get closeable() { method in LitTabpane
62 set closeable(value) { method in LitTabpane
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java81 public static void close(Closeable closeable) { in close()