Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSupport.cpp285 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local
306 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name); in read_sysfs_dir()
307 LOGV_IF(0,"HAL DEBUG: reading %s", full_path); in read_sysfs_dir()
308 fd = open(full_path, O_RDONLY); in read_sysfs_dir()
316 LOGI("HAL DEBUG:sysfs:cat %s = %ld", full_path, data); in read_sysfs_dir()
318 LOGV_IF(0,"HAL DEBUG: error reading %s", full_path); in read_sysfs_dir()
321 LOGV_IF(0,"HAL DEBUG: error opening %s", full_path); in read_sysfs_dir()
/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c232 void find_full_path(char *cur_dir, char *file_to_find, char *full_path) in find_full_path() argument
256 file_to_find, full_path); in find_full_path()
260 snprintf(full_path, MAX_FILE_LENGTH, "%s/%s", in find_full_path()