Searched refs:fullname (Results 1 – 2 of 2) sorted by relevance
101 std::string fullname(in); in posix_constructname() local103 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()
134 std::string fullname(in); in sync_constructname() local135 fullname.append("-dat."); in sync_constructname()136 sprintf(out, "%s", fullname.c_str()); in sync_constructname()