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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.h 37 UINT32 Exist;
Mtftp4Option.c 423 MtftpOption->Exist = 0;
443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST;
462 MtftpOption->Exist |= MTFTP4_TSIZE_EXIST;
482 MtftpOption->Exist |= MTFTP4_MCAST_EXIST;
521 MtftpOption->Exist = 0;
Mtftp4Rrq.c 347 if ((Reply->Exist &~Request->Exist) != 0) {
355 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||
356 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
365 if (((Reply->Exist & MTFTP4_MCAST_EXIST) != 0) && (This->McastIp != 0)) {
528 if ((Reply.Exist & MTFTP4_MCAST_EXIST) != 0) {
Mtftp4Wrq.c 225 if ((Reply->Exist & ~Request->Exist) != 0) {
233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) ||
234 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
  /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/NetworkPkg/Ip6Dxe/
Ip6Output.c 301 BOOLEAN Exist;
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL);
312 ASSERT (Exist);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 87 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
91 if not Exist:
120 # @return: True if package exist
164 # @return: True if Distribution exist
  /external/llvm/lib/Support/
LockFileManager.cpp 307 if (sys::fs::access(LockFileName.c_str(), sys::fs::AccessMode::Exist) ==
Path.cpp 208 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
LockFileManager.cpp 319 if (sys::fs::access(LockFileName.c_str(), sys::fs::AccessMode::Exist) ==
Path.cpp 216 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
FileOutputBufferTest.cpp 76 // Verify file does not exist (because buffer not committed).
77 ASSERT_EQ(fs::access(Twine(File2), fs::AccessMode::Exist),
Path.cpp 465 // guaranteed that this file will never exist.
634 // Make sure Temp2 doesn't exist.
635 ASSERT_EQ(fs::access(Twine(TempPath2), sys::fs::AccessMode::Exist),
659 // Make sure Temp1 doesn't exist.
660 ASSERT_EQ(fs::access(Twine(TempPath), sys::fs::AccessMode::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...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 363 /// @returns errc::success if path has been removed or didn't exist, otherwise a
365 /// returns error if the file didn't exist.
392 /// @brief Does file exist?
399 enum class AccessMode { Exist, Write, Execute };
408 /// @brief Does file exist?
413 return !access(Path, AccessMode::Exist);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 369 /// @returns errc::success if path has been removed or didn't exist, otherwise a
371 /// returns error if the file didn't exist.
377 /// @returns errc::success if path has been removed or didn't exist, otherwise a
385 /// exist.
425 /// Does file exist?
432 enum class AccessMode { Exist, Write, Execute };
441 /// Does file exist?
446 return !access(Path, AccessMode::Exist);
688 /// * If it does not already exist, create a new file.
693 /// * If it does not already exist, create a new file
    [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...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 208 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
    [all...]

Completed in 1446 milliseconds