Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/libgit2/include/git2/sys/
Drefdb_backend.h74 int GIT_CALLBACK(exists)(
75 int *exists,
Dodb_backend.h62 int GIT_CALLBACK(exists)(
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/
Dtest.bat38 :: If output_results.c exists, delete it.
58 :: Check if output_results.c exists.
/GUIX-v6.4.1/test/guix_studio_test/test_demo/
Dcompare_two_files.py10 if os.path.exists(file_name_1) is False:
14 if os.path.exists(file_name_2) is False:
/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py170 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 …]
/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11028 $exists = Test-Path -Path $Path -PathType Leaf in Confirm-FileHash() variable
1030 if (-not $exists) in Confirm-FileHash() variable