Searched refs:first_path (Results 1 – 2 of 2) sorted by relevance
842 std::string first_path(req_wrap->continuation_data()->first_path()); in AfterMkdirp() local843 if (first_path.empty()) in AfterMkdirp()845 FromNamespacedPath(&first_path); in AfterMkdirp()848 if (!StringBytes::Encode(req_wrap->env()->isolate(), first_path.c_str(), in AfterMkdirp()1737 !req_wrap_sync.continuation_data()->first_path().empty()) { in MKDir()1739 std::string first_path(req_wrap_sync.continuation_data()->first_path()); in MKDir() local1740 FromNamespacedPath(&first_path); in MKDir()1742 first_path.c_str(), in MKDir()
95 const std::string& first_path() const { return first_path_; } in first_path() function