/haiku/headers/private/system/ |
H A D | architecture_private.h | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
H A D | find_directory_private.h | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
/haiku/src/system/libroot/os/ |
H A D | Architecture.cpp | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
H A D | find_paths.cpp | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
H A D | Jamfile | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
/haiku/headers/os/support/ |
H A D | Architecture.h | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
/haiku/headers/os/storage/ |
H A D | PathFinder.h | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
H A D | FindDirectory.h | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|
/haiku/src/kits/storage/ |
H A D | PathFinder.cpp | 60b39cd7416028e61e3d30bb3ba28bd3526e6001 Sat Nov 16 21:27:47 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
|