Searched refs:first_path (Results 1 – 2 of 2) sorted by relevance
841 std::string first_path(req_wrap->continuation_data()->first_path()); in AfterMkdirp() local842 if (first_path.empty()) in AfterMkdirp()844 FromNamespacedPath(&first_path); in AfterMkdirp()847 if (!StringBytes::Encode(req_wrap->env()->isolate(), first_path.c_str(), in AfterMkdirp()1735 !req_wrap_sync.continuation_data()->first_path().empty()) { in MKDir()1737 std::string first_path(req_wrap_sync.continuation_data()->first_path()); in MKDir() local1738 FromNamespacedPath(&first_path); in MKDir()1740 first_path.c_str(), in MKDir()
93 const std::string& first_path() const { return first_path_; } in first_path() function