Searched refs:sources_uptr (Results 1 – 1 of 1) sorted by relevance
787 std::unique_ptr<const char*[]> sources_uptr(new const char*[size]); in forkAndRemountStorage() local789 const char** sources_cstr = sources_uptr.get(); in forkAndRemountStorage()