Searched refs:isfile (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_xml_outfiles_test.py123 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
127 if os.path.isfile(output_file1):
H A Dgoogletest-json-outfiles-test.py148 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
151 if os.path.isfile(output_file1):
H A Dgtest_xml_output_unittest.py278 self.assert_(os.path.isfile(output_file))
288 if os.path.isfile(xml_path):
307 self.assert_(not os.path.isfile(xml_path))
H A Dgoogletest-json-output-unittest.py517 self.assert_(os.path.isfile(output_file))
528 if os.path.isfile(json_path):
547 self.assert_(not os.path.isfile(json_path))
/freebsd-12-stable/contrib/binutils/ld/
H A Dldemul.h49 (int *isfile);
125 char * (*get_script) (int *isfile);
H A Dldemul.c108 ldemul_get_script (int *isfile) argument
110 return ld_emulation->get_script (isfile);
H A Dldmain.c380 int isfile;
381 char *s = ldemul_get_script (&isfile);
383 if (isfile)
420 int isfile;
422 info_msg (ldemul_get_script (&isfile));
379 int isfile; local
419 int isfile; local
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py74 if not os.path.isfile(dict_name):
133 if not os.path.isfile(ref_zst):
137 if not os.path.isfile(compared_zst):
223 if not os.path.isfile(dst_zstd) or tag == head:
H A Dtest-zstd-speed.py127 if not os.path.isfile(resultsFileName):
194 if os.path.isfile(commitFileName):
280 if os.path.isfile(fileName) or os.path.isdir(fileName):
289 if not os.path.isfile(args.dictionary):
334 if os.path.isfile(pidfile):
/freebsd-12-stable/tools/LibraryReport/
H A DLibraryReport.tcl158 if {[file isfile $f]} {
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dfuse_gtest_files.py95 if not os.path.isfile(os.path.join(directory, relative_path)):
/freebsd-12-stable/usr.sbin/makefs/
H A Dffs.c887 int isfile, ffd; local
901 isfile = S_ISREG(DIP(din, mode));
911 "ffs_write_file: ino %u, din %p, isfile %d, %s, size %lld",
912 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT),
914 if (isfile)
932 if (isfile) {
944 if (!isfile)
975 isfile ? (char *)buf :
983 if (!isfile)
/freebsd-12-stable/contrib/subversion/
H A Dwin-tests.py354 if not os.path.isfile(src):
366 assert os.path.isfile(tgt)
406 if os.path.isfile(src):
1012 if os.path.isfile(src):
1138 if os.path.isfile(os.path.join(path, 'java.exe')):
1145 if os.path.isfile(os.path.join(jdk.lib_dir, '../bin/java.exe')):
1357 if os.path.isfile(tgt):
/freebsd-12-stable/usr.sbin/jail/
H A Dcommand.c79 int isfile, const char *umount_type);
930 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, argument
960 if (errno == ENOENT && isfile && !p)
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py656 if not os.path.isfile(args.decodecorpus):
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py702 if not os.path.isfile(self.libfile):

Completed in 108 milliseconds