Searched refs:Fix_RelativePath (Results 1 – 6 of 6) sorted by relevance
389 strcpy(PostFileName, Fix_RelativePath(PostSubOperation_P->FileOut, in Pos_Formulation()570 strcpy(NewCoordsFileName, Fix_RelativePath(PostSubOperation_P->NewCoordinatesFile, in Pos_Formulation()
481 std::string fix = Fix_RelativePath(Name_Generic, pro); in Get_Options()
4463 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 …]
13629 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 …]
1831 std::string Fix_RelativePath(const char *fileName, const char *reference=0);
300 std::string Fix_RelativePath(const char *name, const char *reference) in Fix_RelativePath() function