Home
last modified time | relevance | path

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

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopycore.cc1166 … std::string dirname_of_source = NWC::Path::get_real_path( NWC::Path::dirname( fe->fullname ) ); in copyfile() local
1167 … if ( dirname_of_source.empty() ) dirname_of_source = NWC::Path::dirname( fe->fullname ); in copyfile()
1169 … std::string fulloldlink = NWC::Path::join( dirname_of_source, in copyfile()
H A Dvirtualdirmode.cc7092 … std::string dirname_of_source = NWC::Path::get_real_path( NWC::Path::dirname( fullname ) ); in request_symlink_dest() local
7093 … if ( dirname_of_source.empty() ) dirname_of_source = NWC::Path::dirname( fullname ); in request_symlink_dest()
7095 std::string fulloldlink = NWC::Path::join( dirname_of_source, in request_symlink_dest()
7226 …std::string dirname_of_source = NWC::Path::get_real_path( NWC::Path::dirname( fse->getFullname() )… in changesymlink() local
7227 … if ( dirname_of_source.empty() ) dirname_of_source = NWC::Path::dirname( fse->getFullname() ); in changesymlink()
7229 std::string fulloldlink = NWC::Path::join( dirname_of_source, in changesymlink()