HomeSort by relevance Sort by last modified time
    Searched defs:Exist (Results 1 - 7 of 7) sorted by null

  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 72 // Verify file does not exist (because buffer not committed).
73 ASSERT_EQ(fs::access(Twine(File2), fs::AccessMode::Exist),
Path.cpp 525 // Make sure Temp2 doesn't exist.
526 ASSERT_EQ(fs::access(Twine(TempPath2), sys::fs::AccessMode::Exist),
549 // Make sure Temp1 doesn't exist.
550 ASSERT_EQ(fs::access(Twine(TempPath), sys::fs::AccessMode::Exist),
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.h 37 UINT32 Exist;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 301 BOOLEAN Exist;
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL);
312 ASSERT (Exist);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 352 /// @returns errc::success if path has been removed or didn't exist, otherwise a
354 /// returns error if the file didn't exist.
381 /// @brief Does file exist?
388 enum class AccessMode { Exist, Write, Execute };
397 /// @brief Does file exist?
402 return !access(Path, AccessMode::Exist);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 781 Add the legacy boot options from BBS table if they do not exist.
808 BOOLEAN Exist;
846 Exist = BdsFindLegacyBootOptionByDevTypeAndName (
855 if (!Exist) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 783 Add the legacy boot options from BBS table if they do not exist.
810 BOOLEAN Exist;
848 Exist = BdsFindLegacyBootOptionByDevTypeAndName (
857 if (!Exist) {
    [all...]

Completed in 200 milliseconds