Home
last modified time | relevance | path

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

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dstorage.cpp32 os_pathname_(ospathname), destdir_(destdir), ht_(NULL), spec_size_(0), in Storage()
43 std::string filename = os_pathname_; in Storage()
174 StorageFile *sf = new StorageFile(MULTIFILE_PATHNAME,0,spec_size_,os_pathname_); in Write()
415 …"%s %s storage: Opening single file %s\n", tintstr(), roothashhex().c_str(), os_pathname_.c_str()); in OpenSingleFile()
416 single_fd_ = open_utf8(os_pathname_.c_str(),OPENFLAGS,S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in OpenSingleFile()
621 os_pathname_ = ospath; in StorageFile()
625 std::string normospath = os_pathname_; in StorageFile()
668 fd_ = open_utf8(os_pathname_.c_str(),OPENFLAGS,S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in StorageFile()
672 os_pathname_.c_str()); in StorageFile()
H A Dswift.h1301 return os_pathname_; in GetOSPathName()
1315 std::string os_pathname_; variable
1397 return os_pathname_; in GetOSPathName()
1435 std::string os_pathname_; variable