Searched refs:currentDirectory (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/terminal/
H A DShellParameters.cpp13 const BString& currentDirectory)
17 fCurrentDirectory(currentDirectory),
32 ShellParameters::SetCurrentDirectory(const BString& currentDirectory) argument
34 fCurrentDirectory = currentDirectory;
12 ShellParameters(int argc, const char* const* argv, const BString& currentDirectory) argument
H A DActiveProcessInfo.cpp21 const BString& currentDirectory)
25 fCurrentDirectory = currentDirectory;
20 SetTo(pid_t id, const BString& name, const BString& currentDirectory) argument
H A DShellParameters.h16 const BString& currentDirectory
26 const BString& currentDirectory);
H A DActiveProcessInfo.h18 const BString& currentDirectory);
H A DTermWindow.h159 const BString& currentDirectory
H A DTermWindow.cpp1331 TermWindow::_AddTab(Arguments* args, const BString& currentDirectory) argument
1337 ShellParameters shellParameters(argc, argv, currentDirectory);
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp400 BDirectory currentDirectory; local
402 currentDirectory.SetTo(message->FindString("cwd"));
411 path.SetTo(&currentDirectory, argv[i]);
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp299 BDirectory currentDirectory; local
301 currentDirectory.SetTo(message->FindString("cwd"));
310 path.SetTo(&currentDirectory, argv[i]);

Completed in 34 milliseconds