Searched refs:close (Results 1 - 25 of 30) sorted by relevance

12

/art/test/093-serialization/src/
H A DMain.java54 objStream.close();
55 byteStream.close();
72 objStream.close();
73 byteStream.close();
/art/tools/
H A Dstream-trace-converter.py173 input.close()
174 header.close()
175 body.close()
/art/runtime/jdwp/
H A Djdwp_adb.cc69 close(clientSock);
73 close(control_sock_);
168 close(control_sock_);
291 * close the listen socket, but there's a good chance we won't be able to
372 close(sock);
H A Djdwp_socket.cc182 close(local_listenSock);
186 close(local_clientSock);
315 close(clientSock);
342 * close the listen socket, but there's a good chance we won't be able to
435 close(tmpSock);
H A Djdwp_main.cc50 close(wake_pipe_[0]);
54 close(wake_pipe_[1]);
121 close(clientSock);
/art/compiler/utils/
H A Dassembler_test_base.h268 dump.close();
341 s_out.close();
353 f1_in.close();
354 f2_in.close();
373 s_out.close();
413 obj.close();
502 in.close();
506 in.close();
H A Dswap_space.cc76 // All arenas are backed by the same file. Just close the descriptor.
77 close(fd_);
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc64 in.close();
/art/test/121-modifiers/src/
H A DAsm.java100 out.close();
/art/tools/dexfuzz/src/dexfuzz/listeners/
H A DUniqueProgramTrackerListener.java96 stream.close();
124 objectStream.close();
161 objectStream.close();
H A DLogFileListener.java68 writer.close();
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc88 in.close();
/art/runtime/
H A Dmonitor_android.cc64 close(fd);
/art/test/068-classloader/src/
H A DFancyLoader.java159 raf.close();
/art/test/137-cfi/src/
H A DMain.java134 in.close();
/art/test/138-duplicate-classes-check/src/
H A DFancyLoader.java160 raf.close();
/art/test/138-duplicate-classes-check2/src/
H A DFancyLoader.java160 raf.close();
/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java138 reader.close();
H A DOptions.java284 reader.close();
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc145 in.close();
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzer.java407 input.close();
437 output.close();
/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java487 writer.close();
501 reader.close();
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc156 in.close();
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc175 in.close();
/art/runtime/base/unix_file/
H A Dfd_file.cc54 PLOG(::art::WARNING) << "Failed to close file " << file_path_;
110 int result = close(fd_);

Completed in 558 milliseconds

12