proc: Add proc operation 90/295990/4
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 17 Jul 2023 06:18:40 +0000 (15:18 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 19 Jul 2023 06:38:34 +0000 (15:38 +0900)
commit928f87047a86a7f0f4cf02b92e85094543829e89
treefa8d939e0c23ffed7b97cb199b64cfe1eb5d9aa1
parent33e3a51a433d042e845531e86afed1dde62e3fc0
proc: Add proc operation

These have come from the deviced.
 - int syscommon_proc_get_comm(pid_t pid, char *buf, int len);
 - int syscommon_proc_get_cmdline(pid_t pid, char *buf, int len);
 - int syscommon_proc_get_attr_current(pid_t pid, char *buf, int len);
 - int syscommon_proc_is_app(pid_t pid);

Change-Id: I89b668ed045db9c666e1921bceaf8a70c112af78
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
include/libsyscommon/proc.h [new file with mode: 0644]
src/libcommon/proc.c [new file with mode: 0644]