Searched refs:PushPath (Results 1 – 3 of 3) sorted by relevance
16 void FSContinuationData::PushPath(std::string&& path) { in PushPath() function20 void FSContinuationData::PushPath(const std::string& path) { in PushPath() function
42 inline void PushPath(std::string&& path);43 inline void PushPath(const std::string& path);
1355 req_wrap->continuation_data()->PushPath(std::move(path)); in MKDirpSync()1380 req_wrap->continuation_data()->PushPath(std::move(next_path)); in MKDirpSync()1381 req_wrap->continuation_data()->PushPath(std::move(dirname)); in MKDirpSync()1421 req_wrap->continuation_data()->PushPath(std::move(path)); in MKDirpAsync()1460 req_wrap->continuation_data()->PushPath(std::move(path)); in MKDirpAsync()1461 req_wrap->continuation_data()->PushPath(std::move(dirname)); in MKDirpAsync()