Searched refs:system (Results 1 - 25 of 82) sorted by last modified time

1234

/haiku/src/kits/tracker/
H A DFSUtils.cpp35 // Tracker file system calls.
77 #include <system/syscalls.h>
78 #include <system/syscall_load_image.h>
642 B_TRANSLATE("If you rename the system folder or its "
644 "you want to do this?\n\nTo rename the system folder or its "
649 B_TRANSLATE("If you move the system folder or its "
651 "you want to do this?\n\nTo move the system folder or its "
656 B_TRANSLATE("If you alter the system folder or its "
658 "you want to do this?\n\nTo alter the system folder or its "
850 // user declined rename in system director
[all...]
/haiku/src/data/bin/
H A Dquicktour9 quicktour=/boot/system/documentation/welcome/en/quicktour.html
10 localizedQuicktour=/boot/system/documentation/welcome/"$language"/quicktour.html
11 localizedQuicktourBase=/boot/system/documentation/welcome/"$languageBase"/quicktour.html
H A Duserguide9 userGuideDir=/boot/system/documentation/userguide/
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp436 // package file system.
546 // When deactivating (or updating) a system package, don't do that live.
746 if (system(commandLine.c_str()) != 0) {
796 if (system(commandLine.c_str()) != 0) {
813 if (system(commandLine.c_str()) != 0) {
1367 if (system(commandLine.c_str()) != 0)
1376 if (system(commandLine.c_str()) != 0)
1442 int result = system(scriptPath.Path());
H A DVolume.cpp1254 int result = system(scriptPath.Path());
1330 // Send a notification, if this is a system root volume.
1356 // Send a notification, if this is a system root volume.
/haiku/src/bin/desklink/
H A DDeskButton.cpp123 system(action.String());
/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh4 /boot/system/apps/ProcessController -deskbar
5 /boot/system/apps/NetworkStatus --deskbar
6 /boot/system/apps/PowerStatus --deskbar
7 /boot/system/bin/desklink --add-volume
11 /boot/system/preferences/KeymapSwitcher --deskbar
/haiku/src/servers/app/
H A DDesktop.cpp196 system("screenmode --fall-back &");
494 // the system palette needs to be initialized before the
599 Quite useful for notification for things like server shutdown, system
2553 entry.SetTo("/system/servers/input_server");
/haiku/
H A Dconfigure65 --include-3rdparty Include 3rdparty/ in the build system.
72 used outside of the Haiku build system.
75 host system. The installed build tools for that
628 if [ `$statCmd '%a' "$sourceDir/data/system/boot/SetupEnvironment"` -lt 644 ]; then
842 echo "You need a case-sensitive file-system to build Haiku."
927 targetArch=`package list -i /system/packages/haiku-*.hpkg \
945 if [ -e /system/packages/haiku_$targetArch-*.hpkg ]; then
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh7 # * Boot VM (qemu-system-x86_64 -cdrom (haiku-release.iso) -hda disk.raw -boot d --enable-kvm -m 4G
51 -O $TARGET_ROOTFS/system/packages/smolcloudtools-$SMOL_RELEASE-x86_64.hpkg
55 echo "# For Google Compute Engine" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
56 echo "AuthorizedKeysCommand /bin/gce_metadata_ssh" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
57 echo "AuthorizedKeysCommandUser user" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
58 echo "PasswordAuthentication no" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
59 echo "PermitRootLogin without-password" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
/haiku/build/scripts/
H A Dbuild_haiku_image9 # systemPackages - lists of the hpkg packages copied/updated into /system/packages
291 $rm -rf "${tPrefix}system/packages"
292 $mkdir -p "${tPrefix}system/packages"
352 echo "ERROR: $packageFileName is a dependency of a package installed in /system/packages," \
358 $cp "${sPrefix}$packageFilePath" "${tPrefix}system/packages"
378 extractFile $packageFile system/settings settings
H A Dbuild_cross_tools_gcc4165 tmpIncludeDir="$sysrootDir/boot/system/develop/headers"
166 tmpLibDir="$sysrootDir/boot/system/develop/lib"
237 --disable-nls --disable-shared --with-system-zlib \
272 # remove the system headers from the installation dir
283 rm -rf "$sysrootDir"/boot/system/*
/haiku/src/tests/kits/storage/
H A DBasicTest.cpp60 // Calls system() with the supplied string.
64 system(cmdLine.c_str());
/haiku/src/tests/
H A Dqemu-boot-test21 EMULATOR=qemu-system-$ARCH
111 EMULATOR=qemu-system-aarch64
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2534 void system() {} function
H A Dlibroot_stubs.c2542 void system() {} function
/haiku/src/bin/
H A Dleak_analyser.sh26 freed by the system libraries.
/haiku/data/bin/
H A Dwelcome9 welcomeFile=/boot/system/documentation/welcome/welcome_en.html
10 localizedWelcomeFile=/boot/system/documentation/welcome/welcome_"$language".html
11 localizedWelcomeFileBase=/boot/system/documentation/welcome/welcome_"$languageBase".html
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh26 PACKAGE_ROOT=/system
50 # Set up sysroot to redirect to /system
53 ln -s $PACKAGE_ROOT $SYSROOT/boot/system
56 ln -s $PACKAGE_ROOT $SYSROOT_SECONDARY/boot/system
/haiku/src/apps/installer/
H A DWorkerThread.cpp100 fIgnorePaths.insert("system/var/swap");
101 fIgnorePaths.insert("system/var/shared_memory");
102 fIgnorePaths.insert("system/var/log/syslog");
103 fIgnorePaths.insert("system/var/log/syslog.old");
105 fPackageFSRootPaths.insert("system");
301 return system(command.String());
311 command.SetToFormat("mkdir -p \"%s/system/cache/tmp\"", path.Path());
312 if (system(command.String()) != 0)
314 command.SetToFormat("mkdir -p \"%s/system/packages/administrative\"",
316 if (system(comman
[all...]
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c47 return "General system error";
77 return "Interrupted system call";
207 return "Read-only file system";
557 const char *system = ""; local
562 system = kErrorBases[i].name;
566 sprintf(unknown, "Unknown %sError (%d)", system, error);
/haiku/src/system/libroot/posix/unistd/
H A Dsystem.cpp20 system(const char *command) function
/haiku/src/tools/
H A Dhardlink_packages.py134 if os.system('cd ' + repodir + ' && package_repo create repo.info ' + " ".join(packageFiles)) != 0:
138 if os.system('cd ' + repodir + ' && sha256sum repo >repo.sha256') != 0:
/haiku/src/apps/terminal/
H A DShell.cpp579 int returnValue = system(alertCommand.String());
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
7 src/system/boot/platform/atari_m68k/fixup_tos_floppy_chksum $IMG && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
17 src/system/boot/platform/atari_m68k/fixup_tos_floppy_chksum $IMG && \
19 #generated.m68k/cross-tools/bin/m68k-unknown-haiku-ld -o haiku.prg -T src/system/ldscripts/m68k/boot_prg_atari_m68k.ld generated/objects/haiku/m68k/release/system/boo
[all...]

Completed in 419 milliseconds

1234