Home
last modified time | relevance | path

Searched hist:"04 c6cb37bb8e0115f90974e99d6d823857c6836e" (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/libroot/os/
H A DPathBuffer.h04c6cb37bb8e0115f90974e99d6d823857c6836e Sun Nov 17 18:10:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> find_directory(): Add architecture support

* Move PathBuffer helper class out of find_paths.cpp into its own
header.
* find_directory():
- Make use of MemoryDeleter to simplify things.
- Make use of PathBuffer for a simpler and more correct handling.
- Make B_UTILITIES_DIRECTORY to B_APPS_DIRECTORY. /boot/utilities
doesn't exist anyway.
- Resolve the concerned constants to the architecture specific
subdirectory, when called in a secondary architecture context, just
like find_path*().
H A Dfind_paths.cpp04c6cb37bb8e0115f90974e99d6d823857c6836e Sun Nov 17 18:10:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> find_directory(): Add architecture support

* Move PathBuffer helper class out of find_paths.cpp into its own
header.
* find_directory():
- Make use of MemoryDeleter to simplify things.
- Make use of PathBuffer for a simpler and more correct handling.
- Make B_UTILITIES_DIRECTORY to B_APPS_DIRECTORY. /boot/utilities
doesn't exist anyway.
- Resolve the concerned constants to the architecture specific
subdirectory, when called in a secondary architecture context, just
like find_path*().
H A Dfind_directory.cpp04c6cb37bb8e0115f90974e99d6d823857c6836e Sun Nov 17 18:10:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> find_directory(): Add architecture support

* Move PathBuffer helper class out of find_paths.cpp into its own
header.
* find_directory():
- Make use of MemoryDeleter to simplify things.
- Make use of PathBuffer for a simpler and more correct handling.
- Make B_UTILITIES_DIRECTORY to B_APPS_DIRECTORY. /boot/utilities
doesn't exist anyway.
- Resolve the concerned constants to the architecture specific
subdirectory, when called in a secondary architecture context, just
like find_path*().
/haiku/src/system/kernel/lib/
H A DJamfile04c6cb37bb8e0115f90974e99d6d823857c6836e Sun Nov 17 18:10:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> find_directory(): Add architecture support

* Move PathBuffer helper class out of find_paths.cpp into its own
header.
* find_directory():
- Make use of MemoryDeleter to simplify things.
- Make use of PathBuffer for a simpler and more correct handling.
- Make B_UTILITIES_DIRECTORY to B_APPS_DIRECTORY. /boot/utilities
doesn't exist anyway.
- Resolve the concerned constants to the architecture specific
subdirectory, when called in a secondary architecture context, just
like find_path*().