Searched refs:sourceInfo (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTeamDebugInfo.h29 TeamFunctionSourceInformation* sourceInfo,
H A DDwarfTeamDebugInfo.cpp26 GlobalTypeLookup* typeLookup, TeamFunctionSourceInformation* sourceInfo,
34 fSourceInfo(sourceInfo),
24 DwarfTeamDebugInfo(Architecture* architecture, DebuggerInterface* interface, FileManager* fileManager, GlobalTypeLookup* typeLookup, TeamFunctionSourceInformation* sourceInfo, GlobalTypeCache* typeCache) argument
H A DDwarfImageDebugInfo.h49 TeamFunctionSourceInformation* sourceInfo,
H A DDwarfImageDebugInfo.cpp333 GlobalTypeCache* typeCache, TeamFunctionSourceInformation* sourceInfo,
343 fSourceInfo(sourceInfo),
330 DwarfImageDebugInfo(const ImageInfo& imageInfo, DebuggerInterface* interface, Architecture* architecture, FileManager* fileManager, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, TeamFunctionSourceInformation* sourceInfo, DwarfFile* file) argument
/haiku/src/apps/installer/
H A DCopyEngine.cpp317 struct stat sourceInfo; local
318 status_t ret = source.GetStat(&sourceInfo);
341 sourceInfo)) {
354 if (S_ISDIR(sourceInfo.st_mode)) {
423 if (S_ISLNK(sourceInfo.st_mode)) {
478 destination.SetPermissions(sourceInfo.st_mode);
479 destination.SetOwner(sourceInfo.st_uid);
480 destination.SetGroup(sourceInfo.st_gid);
481 destination.SetModificationTime(sourceInfo.st_mtime);
482 destination.SetCreationTime(sourceInfo
[all...]

Completed in 94 milliseconds