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

/haiku/src/apps/installer/
H A DCopyEngine.h95 BString fAbsoluteSourcePath; member in class:CopyEngine
H A DCopyEngine.cpp47 fAbsoluteSourcePath(),
97 fAbsoluteSourcePath = source;
492 if (strncmp(absoluteSourcePath, fAbsoluteSourcePath,
493 fAbsoluteSourcePath.Length()) != 0) {
498 = absoluteSourcePath + fAbsoluteSourcePath.Length();

Completed in 66 milliseconds