Home
last modified time | relevance | path

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

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Formulation.cpp389 strcpy(PostFileName, Fix_RelativePath(PostSubOperation_P->FileOut, in Pos_Formulation()
570 strcpy(NewCoordsFileName, Fix_RelativePath(PostSubOperation_P->NewCoordinatesFile, in Pos_Formulation()
H A DMainKernel.cpp481 std::string fix = Fix_RelativePath(Name_Generic, pro); in Get_Options()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.y4463 DefineSystem_S.MeshName = strSave(Fix_RelativePath($2).c_str());
5701 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath($3).c_str());
5712 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath($3).c_str());
5723 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath($3).c_str());
5748 Operation_P->Case.DeleteFile.FileName = strSave(Fix_RelativePath($3).c_str());
5768 Operation_P->Case.CreateDir.DirName = strSave(Fix_RelativePath($3).c_str());
8770 std::string tmp = Fix_RelativePath($6);
8821 std::string tmp = Fix_RelativePath($8);
9504 std::string tmp = Fix_RelativePath($3).c_str();
9966 if(!(File = FOpen(Fix_RelativePath($3).c_str(), "rb"))){
[all …]
H A DProParser.tab.cpp13629 DefineSystem_S.MeshName = strSave(Fix_RelativePath((yyvsp[(2) - (3)].c)).c_str());
15103 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath((yyvsp[(3) - (5)].c)).c_str());
15116 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath((yyvsp[(3) - (7)].c)).c_str());
15129 Operation_P->Case.GmshRead.FileName = strSave(Fix_RelativePath((yyvsp[(3) - (8)].c)).c_str());
15160 … Operation_P->Case.DeleteFile.FileName = strSave(Fix_RelativePath((yyvsp[(3) - (5)].c)).c_str());
15184 Operation_P->Case.CreateDir.DirName = strSave(Fix_RelativePath((yyvsp[(3) - (5)].c)).c_str());
18671 std::string tmp = Fix_RelativePath((yyvsp[(6) - (7)].c));
18730 std::string tmp = Fix_RelativePath((yyvsp[(8) - (9)].c));
19864 std::string tmp = Fix_RelativePath((yyvsp[(3) - (4)].c)).c_str();
20393 if(!(File = FOpen(Fix_RelativePath((yyvsp[(3) - (4)].c)).c_str(), "rb"))){
[all …]
H A DProData.h1831 std::string Fix_RelativePath(const char *fileName, const char *reference=0);
H A DProData.cpp300 std::string Fix_RelativePath(const char *name, const char *reference) in Fix_RelativePath() function