From 6d828a1b309685ad7f5d74abc0162c59fbbd3304 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 3 Dec 2019 17:16:19 +0100 Subject: Add 'GetRunningBindingDirPath' function Add 'GetRunningBindingDirPath' function that returns the binding directory path (the path to the directory that contains the binding). FYI: - 'Binding directory path' is the path to the directory that contains a binding binding launched by the binder. - 'Binder root directory path' is the path specified at binder launch using '--rootdir' option. If no option is specified, binder root directory is set to the current directory. SPEC-AGL: SPEC-3009 Change-Id: I34b3d17710ebc2bf06541a00ca7f8d7189f6aa18 Signed-off-by: Jonathan Aillet --- docs/filescan-utils.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/filescan-utils.md b/docs/filescan-utils.md index d91ff1c..6b52cd2 100644 --- a/docs/filescan-utils.md +++ b/docs/filescan-utils.md @@ -58,6 +58,15 @@ For binding with a version >= 3, same as 'GetAFBRootDirPath' function. Deprecated, please use 'GetAFBRootDirPath' function. Kept for compatibility issues. +## char *GetRunningBindingDirPath(afb_api_t api) + +For binding with a version >= 3, get the binding directory path +(the path to the directory that contains the binding). + +* `api` : pointer to the AFB API. + +Returns a string representing the path to the binding directory. + ## const char *getEnvDirList(const char *prefix, const char *suffix) Get the environment directory colon separated path list. This take the prefix -- cgit 1.2.3-korg