Searched refs:exists (Results 1 – 6 of 6) sorted by relevance
74 int GIT_CALLBACK(exists)(75 int *exists,
62 int GIT_CALLBACK(exists)(
38 :: If output_results.c exists, delete it.58 :: Check if output_results.c exists.
10 if os.path.exists(file_name_1) is False:14 if os.path.exists(file_name_2) is False:
170 if os.path.exists(path) == False:364 if (os.path.exists("c:\\temp\\guix_param1.txt")):367 if (os.path.exists("c:\\temp\\guix_param0.txt")):476 if os.path.exists(path) == False:503 if os.path.exists(path) == False:560 if os.path.exists(path):565 if os.path.exists(path):578 if os.path.exists(DEFAULT_OUTPUT_FILE_PATH) == False:588 if os.path.exists(gen_golden_file_pathname):641 if os.path.exists(file_path) is False:[all …]
1028 $exists = Test-Path -Path $Path -PathType Leaf in Confirm-FileHash() variable1030 if (-not $exists) in Confirm-FileHash() variable