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
86 inline void PushPath(std::string&& path);87 inline void PushPath(const std::string& path);
1537 req_wrap->continuation_data()->PushPath(std::move(path)); in MKDirpSync()1563 req_wrap->continuation_data()->PushPath(std::move(next_path)); in MKDirpSync()1564 req_wrap->continuation_data()->PushPath(std::move(dirname)); in MKDirpSync()1604 req_wrap->continuation_data()->PushPath(std::move(path)); in MKDirpAsync()1643 req_wrap->continuation_data()->PushPath(path); in MKDirpAsync()1644 req_wrap->continuation_data()->PushPath(std::move(dirname)); in MKDirpAsync()