haiku/headers/os
Ingo Weinhold 986e4abce4 Add new API find_path[s](), find_path_for_path()
The new functions are meant to replace many uses of find_directory():
* find_paths() is supposed to be used when the directories of a certain
  kind in all installation directories are needed (e.g. font
  directories, add-on directory, etc.). Using this API makes code
  robust wrt addition or removal of installation locations.
* find_path() is supposed to be used when files/directories associated
  with a loaded program, library, or add-on need to be found (e.g. data
  files or global settings).
* find_path_for_path() is similar to find_path(), but it starts from a
  given path instead of an image.
2013-11-05 21:40:43 +01:00
..
add-ons
app More explicit denoting the BPrivate namespace 2013-09-10 19:14:18 +02:00
arch x86_64: Set vector in iframe/debug state to 99 for syscalls. 2013-07-25 20:04:25 +01:00
be_apps
bluetooth Fix more GCC4 narrowing conversion warnings. 2013-05-03 19:42:04 +02:00
device
drivers acpi: use acpi_event_handler instead of interrupt_handler. 2013-10-30 22:29:37 +01:00
game
interface Move B_MOUSE_IDLE generation to app_server. 2013-10-26 16:11:45 +02:00
kernel image.h: Add B_{APP,CURRENT}_IMAGE_SYMBOL macros 2013-11-05 21:40:43 +01:00
locale Switch BUnicodeChar to wrap the ICU's UChar32 one 2013-04-07 20:14:37 +02:00
mail
media MediaTrack: Style fixes 2013-08-31 15:40:18 -04:00
midi
midi2
net Style fixes to HttpRequest 2013-11-04 20:16:26 -05:00
opengl
package Remove /boot/common for good 2013-10-03 21:52:25 +02:00
storage Add new API find_path[s](), find_path_for_path() 2013-11-05 21:40:43 +01:00
support BDateTime: Time_T functions return or take a time_t 2013-10-11 08:32:26 +02:00
translation
AppKit.h
Be.h
BeBuild.h BeBuild.h: Fix B_DEFINE_WEAK_ALIAS for use in C++ code 2013-11-05 21:40:42 +01:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h