Home
last modified time | relevance | path

Searched refs:IPACMLOG_FILE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Log.h56 #define IPACMLOG_FILE "/dev/socket/ipacm_log_file" macro
58 #define IPACMLOG_FILE "/etc/ipacm_log_file"
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Log.h56 #define IPACMLOG_FILE "/dev/socket/ipacm_log_file" macro
58 #define IPACMLOG_FILE "/etc/ipacm_log_file"
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Log.cpp89 strlcpy(ipacmlog_socket.sun_path, IPACMLOG_FILE,sizeof(ipacmlog_socket.sun_path)); in ipacm_log_send()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Log.cpp89 strcpy(ipacmlog_socket.sun_path, IPACMLOG_FILE); in ipacm_log_send()