Searched refs:targetIsLocal (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/files/
H A DFileManager.h30 status_t Init(bool targetIsLocal);
H A DFileManager.cpp571 FileManager::Init(bool targetIsLocal) argument
578 fTargetDomain = new(std::nothrow) Domain(this, targetIsLocal);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp330 bool targetIsLocal = true; local
359 error = fFileManager->Init(targetIsLocal);

Completed in 48 milliseconds