Searched +full:/boot/ +full:apps (Results 1 - 25 of 76) sorted by relevance

1234

/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
/haiku/data/launch/
H A Duser21 launch /system/apps/LaunchBox
59 file_exists /boot/system/apps/Installer
61 launch /bin/ln -sf /boot/system/apps/Installer ~/Desktop/Installer
/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh5 --icon /boot/system/apps/Installer \
H A Dmyupdate.sh9 --icon /boot/system/apps/HaikuDepot \
/haiku/headers/private/system/
H A Ddirectories.h16 #define kAppsDirectory "/boot/system/apps"
32 #define kSystemAppsDirectory "/boot/system/apps"
/haiku/build/jam/packages/
H A DHaiku114 # apps
117 AddFilesToPackage apps : $(SYSTEM_APPS) ;
157 SEARCH on $(spellFiles) = [ FDirName $(HAIKU_TOP) src apps mail ] ;
233 : /boot/system/apps/TextSearch : TextSearch ;
235 : /boot/system/apps/DiskUsage : DiskUsage ;
265 AddDirectoryToPackage apps : system-apps.rdef ;
277 : ../../../../apps/$(linkTarget) : $(linkTarget) ;
285 : ../../../../apps/$(linkTarget) : $(linkTarget) ;
321 : [ FDirName $(HAIKU_TOP) docs apps diskusag
[all...]
H A DHaikuBootstrap81 # apps
84 AddFilesToPackage apps : $(SYSTEM_APPS) ;
171 : /boot/system/apps/TextSearch : TextSearch-G ;
173 : /boot/system/apps/DiskUsage : DiskUsage-I ;
207 : ../../../../apps/$(linkTarget) : $(linkTarget) ;
216 : ../../../../apps/$(linkTarget) : $(linkTarget) ;
244 : [ FDirName $(HAIKU_TOP) docs apps diskusage ]
/haiku/build/jam/
H A DOptionalPackages6 # BeOSCompatibility - creates links within the system to support old apps
50 "Please fix your apps!" ;
51 AddSymlinkToHaikuImage beos : ../system/apps ;
/haiku/data/system/boot/
H A DSetupEnvironment31 export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
35 export PATH=.:/bin:/boot/system/apps:/boot/system/preferences
87 # Apps will fall back to /tmp usually anyway.
/haiku/docs/develop/packages/
H A DDirectoryStructure.rst11 apps
49 - ``apps`` and ``preferences`` have been moved to ``system`` for consistency.
H A DOldIdeas.rst41 ``/boot/apps`` (system-wide) or in ``/boot/home/<user>/apps`` (user-local).
71 the "Apps" folder.
76 ``/boot/apps`` or ``/boot/home/<user>/apps``.
83 Application folders (``/boot/apps`` and ``/boot/home/<user>/apps``) display the
89 apps after a certain amount of time. You don't really want the user to
178 applications and require installation of large apps (or suffer from poor
205 ``/boot/apps/<por
[all...]
/haiku/src/apps/bootmanager/
H A DJamfile1 SubDir HAIKU_TOP src apps bootmanager ;
/haiku/src/apps/autoraise/
H A DAutoRaise.txt11 - put the AutoRaise folder where you want (I suggest /boot/system/apps),
/haiku/docs/develop/kits/interface/usecases/
H A DBDeskbarUseCases.html55 <A HREF="https://git.haiku-os.org/haiku/tree/src/apps/deskbar/StatusView.cpp?id=f10faf61aca9496c0c2cfa04deb1acf47164b650#n625">TReplicantTray::LoadAddon()</A>
126 <A HREF="https://git.haiku-os.org/haiku/tree/src/apps/deskbar/BarWindow.cpp">The code which handles communicating with the BDeskbar</A> is described below.</P>
163 <A href="https://git.haiku-os.org/haiku/tree/src/apps/deskbar/BarWindow.cpp?id=f10faf61aca9496c0c2cfa04deb1acf47164b650#n571">TBarWindow::AddItem()</A>
188 <A href="https://git.haiku-os.org/haiku/tree/src/apps/deskbar/BarWindow.cpp?id=f10faf61aca9496c0c2cfa04deb1acf47164b650#n513">TBarWindow::ItemExists()</A>
215 <A href="https://git.haiku-os.org/haiku/tree/src/apps/deskbar/BarWindow.cpp?id=f10faf61aca9496c0c2cfa04deb1acf47164b650#n486">TBarWindow::ItemInfo()</A>
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarAddItemTest.cpp24 const char *pulsePath = "/boot/system/apps/ProcessController";
/haiku/src/servers/registrar/
H A DTRoster.cpp279 // add to recent apps if successful
553 // apps to the list of the (pre-)registered apps.
564 // add the info to the registered apps list
1171 // notify all apps
1204 /*! \brief Clears the current list of recent apps
1262 /*! \brief Add the supplied app info to the list of (pre-)registered apps.
1281 apps.
1346 // remove the apps
1363 // remove the apps
1482 AddAppInfo(AppInfoList& apps, team_id team) argument
[all...]
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp94 SYSTEM "/apps",
186 HOME CONFIG "/apps",
450 templatePath = SYSTEM "/apps";
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp194 error = path.SetTo("/boot/beos/apps");
287 error = path.SetTo("/boot/system/apps");
/haiku/docs/user/app/
H A DRoster.dox210 \brief The BRoster class lets you launch apps and keeps track of apps
436 configured for the sub-type, other supporting apps will be inserted in the
943 \param refList Filled out with information about recently used apps.
944 \param maxCount The maximum number of apps to get information on.
/haiku/src/libs/iconv/
H A Dconfig.h319 Unlocked I/O can improve performance in unithreaded apps, but it is not
320 safe for multithreaded apps. */
/haiku/src/system/libroot/posix/
H A Dpwd_query.c171 if (p->grent_query) /* clumsy apps */
448 if (p->pwent_query) /* clumsy apps */
/haiku/data/catalogs/kits/tracker/
H A Dbe.catkeys202 no supporting apps OpenWithWindow �������� ������������������������ ��������������
222 apps B_APPS_DIRECTORY ����������������
/haiku/src/tests/kits/app/bmessage/
H A DMessageRefItemTest.h125 get_ref_for_path("/boot/beos/apps/camera", &ref);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A Dreadme.txt7 This app lets you interrogate a BShelf object (aka "container view") to see what replicants it contains. One common difficulty with replicants is managing the add-on/library that defines the replicant. The Shelf Inspector helps with this by showing the images currently loaded in the target application. It also lets you unload libraries that are no longer in use (be careful not to unload libraries that still are in use). This a good time to build and run the Shelf Inspector. You'll notice when you launch it that it also launches the Container demo application; these two apps work together.
/haiku/src/apps/installer/
H A DInstallerWindow.cpp317 // Register to receive notifications when apps launch or quit...
677 path.SetTo("/boot/system/apps/DriveSetup");
706 path.SetTo("/boot/system/apps/BootManager");

Completed in 458 milliseconds

1234