pass: parser: Use const keyword for configuration file path 51/277251/1
authorChanwoo Choi <cw00.choi@samsung.com>
Sun, 3 Jul 2022 14:48:41 +0000 (23:48 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 4 Jul 2022 06:43:21 +0000 (15:43 +0900)
commitb8dbe535c39f94309b6fbfa244e857506a246a19
tree7b0103a76d262196e4cef74f68f6bb637e732790
parent8ca157c625bcef0ab3e6c5aeebc3dbde34da4a0f
pass: parser: Use const keyword for configuration file path

In order to remove the chagnes of the file path of configuration
by internal logic of pass-parser module, use const keyword for them
as following:

- int pass_parser_get_resource_config(struct pass *pass, const char *path)
- int pass_parser_get_each_resource_config(struct pass_resource *res, const char *path)

Change-Id: Ie5440b9c86b26515db2236362e3518743769f565
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-parser.c
src/pass/pass-parser.h