Searched refs:path (Results 1 – 10 of 10) sorted by relevance
| /phasta/phSolver/common/test/ |
| H A D | chdir_mod.f | 4 integer function c_chdir(path) bind(C, name="chdir") 6 character(c_char) :: path(*) local 10 subroutine chdir(path, err) argument 12 character(len=*) :: path local 15 loc_err = c_chdir(path//c_null_char)
|
| /phasta/phSolver/common/ |
| H A D | mkdir_mod.f | 4 integer function c_mkdir(path) bind(C, name="ph_mkdir") 6 character(c_char) :: path(*) local 10 subroutine mkdir(path, err) argument 12 character(len=*) :: path local 15 loc_err = c_mkdir(path//c_null_char)
|
| H A D | ph_mkdir.c | 4 int ph_mkdir(const char* path) { in ph_mkdir() argument 5 int err = mkdir(path, S_IRWXU); in ph_mkdir()
|
| H A D | d2wall.c | 48 char filename[255],path[255]; in read_d2wall() local
|
| /phasta/phastaIO/ |
| H A D | vtkPPhastaReader.cxx | 316 vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); in RequestData() local 317 if (!path.empty()) in RequestData() 319 geomFName << path.c_str() << "/"; in RequestData() 336 …vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); // FileName is the .ph… in RequestData() local 337 if (!path.empty()) in RequestData() 341 FILE_PATH = new char[path.size()+1]; in RequestData() 342 strcpy(FILE_PATH,path.c_str()); in RequestData() 344 fieldFName << path.c_str() << "/"; in RequestData()
|
| /phasta/phSolver/ |
| H A D | CMakeLists.txt | 8 set(CASES "/path/to/test/cases/" 10 "path to the test cases")
|
| /phasta/checkphasta/ |
| H A D | checkphasta.cpp | 174 char* path; in find_timesteps() local 180 asprintf(&path, "%s", casedir); in find_timesteps() 181 dir = opendir(path); in find_timesteps() 199 free(path); in find_timesteps()
|
| /phasta/ |
| H A D | README.md | 4 tar xzf phastaChefTests.tar.gz # use for CASES path below
|
| /phasta/phSolver/cmake/ |
| H A D | GetGitRevisionDescription.cmake | 39 # to find the path to this module rather than the path to a calling list file
|
| /phasta/AcuStat/src/ |
| H A D | new_interface.c | 71 char filename[255],path[255],fieldtag_s[255]; in Write_AcuStat() local
|