Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 11 of 11) sorted by last modified time

/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in229 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK):
231 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK):
235 if not os.path.isfile(cmd):
236 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK):
238 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK):
961 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):
/freebsd/tools/build/
H A Dmake.py165 if not os.path.isfile(guess):
/freebsd/usr.sbin/makefs/
H A Dffs.c909 int isfile, ffd; in ffs_write_file() local
923 isfile = S_ISREG(DIP(din, mode)); in ffs_write_file()
934 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT), in ffs_write_file()
936 if (isfile) in ffs_write_file()
954 if (isfile) { in ffs_write_file()
966 if (!isfile) in ffs_write_file()
997 isfile ? (char *)buf : in ffs_write_file()
1004 if (!isfile) in ffs_write_file()
/freebsd/usr.sbin/jail/
H A Dcommand.c77 int isfile, const char *umount_type);
984 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, in check_path() argument
1014 if (errno == ENOENT && isfile && !p) in check_path()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py701 if not os.path.isfile(self.libfile):
/freebsd/tools/LibraryReport/
H A DLibraryReport.tcl157 if {[file isfile $f]} {
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_outfiles_test.py130 os.path.isfile(output_file1) or os.path.isfile(output_file2),
135 if os.path.isfile(output_file1):
H A Dgtest_xml_output_unittest.py325 self.assertTrue(os.path.isfile(output_file))
337 if os.path.isfile(xml_path):
361 self.assertFalse(os.path.isfile(xml_path))
H A Dgtest_list_output_unittest.py265 self.assertTrue(os.path.isfile(file_path))
H A Dgoogletest-json-output-unittest.py702 self.assertTrue(os.path.isfile(output_file))
714 if os.path.isfile(json_path):
738 self.assertTrue(not os.path.isfile(json_path))
H A Dgoogletest-json-outfiles-test.py165 os.path.isfile(output_file1) or os.path.isfile(output_file2),
169 if os.path.isfile(output_file1):