Home
last modified time | relevance | path

Searched refs:existFile (Results 1 – 25 of 91) sorted by relevance

1234

/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Dpull_test.go47 existFile string
101 existFile: "test1",
154 if tt.existFile != "" {
155 file := filepath.Join(outdir, tt.existFile)
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Dpull_test.go54 existFile string
108 existFile: "test1",
208 if tt.existFile != "" {
209 file := filepath.Join(outdir, tt.existFile)
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCDMFLoader.cpp51 if (use_mat_dirs && FileSystem->existFile(path+matPath+filename)) in findFile()
54 else if (FileSystem->existFile(path+filename)) in findFile()
57 else if (use_mat_dirs && FileSystem->existFile(path+matPath+FileSystem->getFileBasename(filename))) in findFile()
60 else if (FileSystem->existFile(path+FileSystem->getFileBasename(filename))) in findFile()
63 else if (use_mat_dirs && FileSystem->existFile(matPath+filename)) in findFile()
66 else if (use_mat_dirs && FileSystem->existFile(matPath+FileSystem->getFileBasename(filename))) in findFile()
69 else if (FileSystem->existFile(FileSystem->getFileBasename(filename))) in findFile()
H A DC3DSMeshFileLoader.cpp1147 if (FileSystem->existFile(Materials[i].Filename[0])) in loadMaterials()
1152 if (FileSystem->existFile(fname)) in loadMaterials()
1165 if (FileSystem->existFile(Materials[i].Filename[2])) in loadMaterials()
1170 if (FileSystem->existFile(fname)) in loadMaterials()
1188 if (FileSystem->existFile(Materials[i].Filename[3])) in loadMaterials()
1193 if (FileSystem->existFile(fname)) in loadMaterials()
1213 if (FileSystem->existFile(Materials[i].Filename[4])) in loadMaterials()
1218 if (FileSystem->existFile(fname)) in loadMaterials()
H A DCOBJMeshFileLoader.cpp435 if (FileSystem->existFile(texnameWithUserPath)) in readTextures()
437 else if (FileSystem->existFile(texname)) in readTextures()
486 if (FileSystem->existFile(realFile)) in readMTL()
488 else if (FileSystem->existFile(relPath + realFile)) in readMTL()
490 else if (FileSystem->existFile(FileSystem->getFileBasename(realFile))) in readMTL()
H A DCCSMLoader.cpp452 if (FileSystem->existFile(texName)) in createIrrlichtMesh()
454 else if (FileSystem->existFile(surface->getTextureName())) in createIrrlichtMesh()
456 else if (FileSystem->existFile(FileSystem->getFileBasename(surface->getTextureName()))) in createIrrlichtMesh()
458 else if (FileSystem->existFile(FileSystem->getFileDir(lmprefix)+"/"+surface->getTextureName())) in createIrrlichtMesh()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/src/
H A DCabal.hs91 existFile <- doesFileExist $ "cabal.project-" ++ ver
92 return $ if existFile
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/install/src/
H A DCabal.hs90 existFile <- doesFileExist $ "cabal.project-" ++ ver
91 return $ if existFile
/dports/biology/abyss/abyss-2.3.1/DataBase/
H A Ddb-csv.cc20 static bool existFile(const char* f) in existFile() function
102 } else if (!existFile(argv[1])) { in main()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/io/
H A Dfile_manager.cpp204 if (!m_file_system->existFile((root_dir + version).c_str())) in FileManager()
523 bool exists = m_file_system->existFile(path.c_str()); in fileExists()
527 exists = m_file_system->existFile(s.c_str()); in fileExists()
533 return m_file_system->existFile(path.c_str()); in fileExists()
733 if(m_file_system->existFile(full_path.c_str())) return true; in findFile()
756 if (m_file_system->existFile(full_path.c_str())) return true; in findFile()
878 if (m_file_system->existFile(full_path.c_str())) in searchTextureContainerId()
908 if(m_file_system->existFile(io::path(path.c_str()))) in checkAndCreateDirectory()
932 if(m_file_system->existFile(io::path(path.c_str()))) in checkAndCreateDirectoryP()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DFile.cpp855 if (existFile(target)) in copyrec()
896 if (!existFile(source)) in copy()
945 if (existFile(targetfile)) in copy()
1194 if (!existFile(source)) in rename()
1208 if (existFile(target)) in rename()
1262 if (!existFile(source)) in move()
1328 if (existFile(targetfile)) in move()
1469 if (!existFile(source)) in symlink()
1504 if (existFile(targetfile)) in symlink()
1551 if (existFile(target) && ::isDirectory(target)) in symlink()
[all …]
H A DFileDict.cpp103 if ( !existFile(iconpath) ) in FileDict()
116 if ( !existFile(iconpath) ) in FileDict()
H A Dxfeutils.cpp535 if (existFile(trashpathname)) in createTrashpathname()
560 if (!existFile(trashfileslocation)) in createTrashinfo()
569 if (!existFile(trashinfolocation)) in createTrashinfo()
1203 if (existFile(copytarget)) in buildCopyName()
1340 FXbool existFile(const FXString& file) in existFile() function
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCppCompilerEnvironment.cpp242 if (CGRuntime::existFile(sCWIncludeDir + "include/UtlException.h")) sCWIncludeDir += "include/"; in CppCompilerEnvironment()
402 if (CGRuntime::existFile(sBinDir + "bin/CodeWorker.lib")) sBinDir += "bin/"; in generateDSP()
403 else if (CGRuntime::existFile(sBinDir + "../bin/CodeWorker.lib")) sBinDir += "../bin/"; in generateDSP()
404 else if (CGRuntime::existFile(sBinDir + "lib/CodeWorker.lib")) sBinDir += "lib/"; in generateDSP()
405 else if (CGRuntime::existFile(sBinDir + "../lib/CodeWorker.lib")) sBinDir += "../lib/"; in generateDSP()
566 if (CGRuntime::existFile(sBinDir + "bin/libCodeWorker.a")) sBinDir += "bin/"; in generateMakefile()
567 else if (CGRuntime::existFile(sBinDir + "../bin/libCodeWorker.a")) sBinDir += "../bin/"; in generateMakefile()
568 else if (CGRuntime::existFile(sBinDir + "lib/libCodeWorker.a")) sBinDir += "lib/"; in generateMakefile()
569 else if (CGRuntime::existFile(sBinDir + "../lib/libCodeWorker.a")) sBinDir += "../lib/"; in generateMakefile()
H A DDtaProject.cpp151 if (CGRuntime::existFile(sFile)) return sFile; in getTargetScriptFilename()
153 if (CGRuntime::existFile(sFile)) return sFile; in getTargetScriptFilename()
156 if (CGRuntime::existFile(sFile)) return sFile; in getTargetScriptFilename()
158 if (CGRuntime::existFile(sFile)) return sFile; in getTargetScriptFilename()
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dlevel.cpp456 if(!irrFile->existFile(Template.Mesh.c_str())) { in GetTemplateProperties()
460 if(!irrFile->existFile(Template.Mesh.c_str())) { in GetTemplateProperties()
488 if(!irrFile->existFile(Template.HeightMap.c_str())) { in GetTemplateProperties()
492 if(!irrFile->existFile(Template.HeightMap.c_str())) { in GetTemplateProperties()
558 if(!irrFile->existFile(Template.Textures[Index].c_str())) { in GetTemplateProperties()
562 if(!irrFile->existFile(Template.Textures[Index].c_str())) { in GetTemplateProperties()
/dports/devel/git-lfs/git-lfs-3.0.2/t/git-lfs-test-server-api/
H A Dmain.go93 existFile := savePrefix + "_exists"
95 saveTestOids(existFile, oidsExist)
97 fmt.Printf("Wrote test to %s, %s for future use\n", existFile, missingFile)
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DCWscript2HTML.cwp90 if existFile(sPath + "CodeWorker99x38.png") {
92 } else if this.docURL.startString("http://") || existFile(this.docURL + "CodeWorker99x38.png") {
99 if existFile(sPath + "CWscript2HTML.html") {
101 } else if this.docURL.startString("http://") || existFile(this.docURL + "CWscript2HTML.html") {
542 #check(sHTMLFilename.existFile())
H A DhitCounter.cwt15 if existFile("hitCounter.txt") {
/dports/games/nimuh/nimuh-1.02/src/
H A Dworld.cpp29 existDataDirectory = WorkingData::GetInstance()->existFile(string(DATA_DIR)+"/."); in World()
H A Dclass_editgame.cpp106 if ( Missions::GetInstance()->currentLevel->existFile("tile_down.png") in setTypeTiled()
107 && Missions::GetInstance()->currentLevel->existFile("tile_up.png") ) { in setTypeTiled()
140 if ( Missions::GetInstance()->currentLevel->existFile("terrain.jpg") ) { in setTypeTerrain()
167 if ( Missions::GetInstance()->currentLevel->existFile("wallscenary.png") ) { in setTypeWall()
326 if ( Missions::GetInstance()->currentLevel->existFile("wall_h.png") in setTypeWall()
327 && Missions::GetInstance()->currentLevel->existFile("wall_v.png") ) { in setTypeWall()
357 if ( Missions::GetInstance()->currentLevel->existFile("floor0.png") in setTypeFloor()
358 && Missions::GetInstance()->currentLevel->existFile("floor1.png") ) { in setTypeFloor()
383 if ( Missions::GetInstance()->currentLevel->existFile("pavement_bottom.png") in setTypePavement()
384 && Missions::GetInstance()->currentLevel->existFile("pavement_top.png") ) { in setTypePavement()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dfiles.h106 bool existFile(const Common::String &filename);
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dfiles.h106 bool existFile(const Common::String &filename);
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCWcode2Codeworker.cwp24 if existFile(sAbsolutePath + "CodeWorker.css") break;
176 …if !sCodeWorkerPath.startString("http://") && !existFile(sCodeWorkerPath + "CurriculumVitae.html")…
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_im_image.c214 FILE *existFile, *newFrameFile; in write_im() local
354 existFile = fopen(image_info->filename, "ab"); in write_im()
359 if(fwrite(buf, 1, noir, existFile) != noir) { in write_im()
364 fclose(existFile); in write_im()

1234