HomeSort by relevance Sort by last modified time
    Searched refs:DeleteOnClose (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
tmpfile.c 79 (void)DeleteOnClose(fd);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 51 int DeleteOnClose (int fd); Mark an open file to be deleted when closed.
308 int DeleteOnClose(int fd);
  /external/libchrome/base/files/
file_unittest.cc 547 ASSERT_TRUE(file.DeleteOnClose(true));
563 ASSERT_TRUE(file.DeleteOnClose(true));
564 ASSERT_TRUE(file.DeleteOnClose(false));
586 file.DeleteOnClose(false);
610 file2.DeleteOnClose(false);
627 ASSERT_FALSE(file.DeleteOnClose(true));
657 // Mapping a file into memory blocks DeleteOnClose.
669 EXPECT_FALSE(file.DeleteOnClose(true));
file.h 89 // via DeleteOnClose() (Windows only).
90 // See DeleteOnClose() for details.
320 // calling DeleteOnClose(true).
332 // - Use FLAG_CAN_DELETE_ON_CLOSE in conjunction with DeleteOnClose() to alter
337 bool DeleteOnClose(bool delete_on_close);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 122 STDMETHOD_(HRESULT,DeleteOnClose)(THIS) PURE;
132 #define IRdcFileWriter_DeleteOnClose() (This)->lpVtbl->DeleteOnClose(This)
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 105 DeleteOnClose(int fd)
    [all...]

Completed in 566 milliseconds