Home
last modified time | relevance | path

Searched refs:fullname (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/common/
H A Dphio_posix.cc101 std::string fullname(in); in posix_constructname() local
103 if( fullname.find(gname) != std::string::npos ) in posix_constructname()
104 fullname.append(".dat"); in posix_constructname()
105 fullname.append("."); in posix_constructname()
106 sprintf(out, "%s", fullname.c_str()); in posix_constructname()
H A Dphio_sync.cc134 std::string fullname(in); in sync_constructname() local
135 fullname.append("-dat."); in sync_constructname()
136 sprintf(out, "%s", fullname.c_str()); in sync_constructname()