Home
last modified time | relevance | path

Searched refs:FindPathByPartialMatch (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/main/commands/
H A DCopyComponentCommand.cc60 FindPathByPartialMatch(pathFrom); in Execute()
73 FindPathByPartialMatch(pathTo); in Execute()
H A DMoveComponentCommand.cc60 FindPathByPartialMatch(pathFrom); in Execute()
73 FindPathByPartialMatch(pathTo); in Execute()
H A DRemoveComponentCommand.cc64 FindPathByPartialMatch(path); in Execute()
H A DAddComponentCommand.cc78 FindPathByPartialMatch(path); in Execute()
H A DSaveCommand.cc73 FindPathByPartialMatch(path); in Execute()
H A DLoadCommand.cc170 FindPathByPartialMatch(path); in Execute()
/dports/emulators/gxemul/gxemul-0.6.3/src/components/special/
H A DDummyComponent.cc349 matches = root->FindPathByPartialMatch("nonsense"); in Test_DummyComponent_FindPathByPartialMatch()
353 matches = root->FindPathByPartialMatch(""); in Test_DummyComponent_FindPathByPartialMatch()
357 matches = root->FindPathByPartialMatch("pci"); in Test_DummyComponent_FindPathByPartialMatch()
367 matches = root->FindPathByPartialMatch("machine1"); in Test_DummyComponent_FindPathByPartialMatch()
373 matches = root->FindPathByPartialMatch("machine2.pcibus"); in Test_DummyComponent_FindPathByPartialMatch()
379 matches = root->FindPathByPartialMatch("machine.pcibus"); in Test_DummyComponent_FindPathByPartialMatch()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A DComponent.h423 vector<string> FindPathByPartialMatch(const string& partialPath,
/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DCommandInterpreter.cc141 FindPathByPartialMatch("")); in TabComplete()
149 FindPathByPartialMatch(wordToComplete, true); in TabComplete()
H A DComponent.cc912 vector<string> Component::FindPathByPartialMatch( in FindPathByPartialMatch() function in Component
/dports/emulators/gxemul/gxemul-0.6.3/
H A DHISTORY3827 20080109 Implementing Component::FindPathByPartialMatch (helper func.).
3828 The "add" command now uses FindPathByPartialMatch for the
3831 FindPathByPartialMatch. (Syntax of different parts of a