Searched refs:profileDirectory (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h43 BDirectory *profileDirectory) const;
H A DDialUpView.cpp396 BDirectory profileDirectory; local
397 GetPPPDirectories(&settingsDirectory, &profileDirectory);
398 if(settingsDirectory.InitCheck() != B_OK || profileDirectory.InitCheck() != B_OK)
408 profileDirectory.CreateFile(fCurrentItem->Label(), &file);
459 BDirectory *profileDirectory) const
471 if(profileDirectory) {
478 *profileDirectory = profile;

Completed in 88 milliseconds