Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dphio_posix.cc27 std::string posixName = appendRank(filename); in posix_openfile() local
28 int err = posix_openfile_single(posixName.c_str(),f); in posix_openfile()
34 std::string posixName(filename); in posix_openfile_single() local
36 openfile(posixName.c_str(), "read", f->file); in posix_openfile_single()
38 openfile(posixName.c_str(), "write", f->file); in posix_openfile_single()