Home
last modified time | relevance | path

Searched defs:isExe (Results 1 – 25 of 25) sorted by relevance

/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/vet/
H A Dvet.go85 root.Deps = append(root.Deps, b.VetAction(work.ModeBuild, work.ModeBuild, ptest))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/version/
H A Dversion.go114 func isExe(file string, info fs.FileInfo) bool { func
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmerge.c758 int isExe = db_column_int(&q, 2); in merge_cmd() local
838 int isExe = db_column_int(&q, 6); in merge_cmd() local
942 int isExe = db_column_int(&q, 3); in merge_cmd() local
H A Dextcgi.c401 int isExe = db_column_int(&q,1); in ext_filelist_page() local
H A Dcheckout.c154 int isExe; in checkout_set_all_exe() local
H A Dpatch.c516 int isExe = db_column_int(&q,2); in patch_apply() local
H A Dfinfo.c855 int isExe = db_column_int(&q,7); in mlink_page() local
H A Dadd.c173 int isExe = file_isexe(zFullname, RepoFILE); in add_one_file() local
H A Dvfile.c310 int id, rid, isExe, isLink; in vfile_to_disk() local
H A Dcheckin.c1670 int isExe = db_column_int(&q, 4); in create_manifest() local
H A Dimport.c34 char isExe; /* True if executable */ member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/version/
H A Dversion.go85 func isExe(file string, info os.FileInfo) bool { func
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/version/
H A Dversion.go85 func isExe(file string, info os.FileInfo) bool { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/version/
H A Dversion.go107 func isExe(file string, info fs.FileInfo) bool { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/version/
H A Dversion.go107 func isExe(file string, info fs.FileInfo) bool { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/version/
H A Dversion.go107 func isExe(file string, info fs.FileInfo) bool { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/version/
H A Dversion.go107 func isExe(file string, info fs.FileInfo) bool { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/
H A DFileVersionInfo.Unix.cs80 private void LoadManagedAssemblyMetadata(MetadataReader metadataReader, bool isExe) in LoadManagedAssemblyMetadata()
/dports/deskutils/menumaker/menumaker-0.99.13/Prophet/
H A D__init__.py55 def isExe(exe): function
/dports/x11/runner/runner-1.1/src/worker/
H A Dnwc_fsentry.cc325 bool FSEntry::isExe( bool fastTest ) const in isExe() function in NWC::FSEntry
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dnwc_fsentry.cc321 bool FSEntry::isExe( bool fastTest ) const in isExe() function in NWC::FSEntry
H A Dfileentry.cc261 bool FileEntry::isExe( bool fastTest ) const in isExe() function in FileEntry
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DOS.cpp546 bool isExe = (split[2] == ".exe" || split[2] == ".EXE"); in SystemCallExe() local
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dpanel.cpp893 bool isExe = !isDir && p && p->IsExe(); in DrawItem() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dmodulebuilder.cs289 … void SavePEFile(RuntimeModule module, String fileName, int entryPoint, int isExe, bool isManifest… in SavePEFile()