Searched hist:"986 e4abce4efeccd9418eb8cdc7a710487f093b9" (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/system/ |
H A D | find_directory_private.h | 986e4abce4efeccd9418eb8cdc7a710487f093b9 Tue Nov 05 20:37:28 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> 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.
|
/haiku/src/system/libroot/os/ |
H A D | find_paths.cpp | 986e4abce4efeccd9418eb8cdc7a710487f093b9 Tue Nov 05 20:37:28 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> 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.
|
H A D | Jamfile | 986e4abce4efeccd9418eb8cdc7a710487f093b9 Tue Nov 05 20:37:28 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> 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.
|
/haiku/headers/os/storage/ |
H A D | FindDirectory.h | 986e4abce4efeccd9418eb8cdc7a710487f093b9 Tue Nov 05 20:37:28 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> 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.
|