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

/haiku/build/scripts/
H A Dbuild_cross_tools136 sourceDir=$1
139 headers="`find $sourceDir -name \*\.h`"
140 headers="`echo $headers | sed -e s@$sourceDir/@@g`"
144 cp $sourceDir/$f $headerTargetDir
H A Dbuild_cross_tools_gcc4217 sourceDir=$1
220 headers="$(find $sourceDir -name \*\.h)"
221 headers="$(echo $headers | sed -e s@$sourceDir/@@g)"
225 cp "$sourceDir/$f" "$headerTargetDir"
/haiku/3rdparty/kallisti5/
H A Dconfigure.py74 sourceDir = os.path.realpath(os.path.dirname(os.path.realpath(__file__)) + "/../..") variable
78 if outputDir == sourceDir:
79 outputDir = sourceDir + "/generated"
246 fh.write("HAIKU_TOP = " + os.path.relpath(sourceDir, outputDir) + " ;\n")
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh236 local sourceDir="${tempDir}/share/examples/malo-firmware"
237 mv ${sourceDir}/malo8335-h "${tempFirmwareDir}/${driver}"
238 mv ${sourceDir}/malo8335-m "${tempFirmwareDir}/${driver}"
/haiku/
H A Dconfigure528 sourceDir=`pwd`
532 if [ "$currentDir" = "$sourceDir" ]; then
595 buildCrossToolsScript="$sourceDir/build/scripts/build_cross_tools"
628 if [ `$statCmd '%a' "$sourceDir/data/system/boot/SetupEnvironment"` -lt 644 ]; then
906 invalidCommand=$sourceDir/build/scripts/host_build_only
1020 "$script" $scriptArgs "$sourceDir" "$buildCrossTools" \
1204 HAIKU_TOP = $(relative_to "${sourceDir}" "${outputDir}") ;
/haiku/src/bin/
H A Dcopyattr.cpp349 BDirectory sourceDir; local
354 error = sourceDir.SetTo(sourcePath);
355 sourceNode = &sourceDir;
470 while (sourceDir.GetNextDirents(entry, sizeof(buffer), 1) == 1) {
/haiku/src/kits/storage/
H A DCopyEngine.cpp183 BDirectory sourceDir; local
188 error = sourceDir.SetTo(sourcePath);
189 sourceNode = &sourceDir;
296 while (sourceDir.GetNextDirents(entry, sizeof(buffer), 1) == 1) {
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp944 Directory *sourceDir, FSDomain *targetDomain, const char *target,
950 while ((numRead = sourceDir->GetNextEntry(entry, sizeof(buffer))) > 0) {
1427 Directory *sourceDir = sourceNode->ToDirectory(); local
1428 if (!sourceDir) {
1435 error = copy_dir_contents(sourceDomain, source, sourceDir,
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, Directory *sourceDir, FSDomain *targetDomain, const char *target, const Options &options) argument

Completed in 74 milliseconds