Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSupport.cpp | 282 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local 303 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name); in read_sysfs_dir() 304 LOGV_IF(0,"HAL DEBUG: reading %s", full_path); in read_sysfs_dir() 305 fd = open(full_path, O_RDONLY); in read_sysfs_dir() 313 LOGI("HAL DEBUG:sysfs:cat %s = %ld", full_path, data); in read_sysfs_dir() 315 LOGV_IF(0,"HAL DEBUG: error reading %s", full_path); in read_sysfs_dir() 318 LOGV_IF(0,"HAL DEBUG: error opening %s", full_path); in read_sysfs_dir()
|
/hardware/intel/common/utils/ituxd/jni/ |
D | thermalJNI.cpp | 88 char full_path[SIZE]; in lookup() local 92 snprintf(full_path, SIZE, "%s%d/type", base_path, count); in lookup() 98 if (readFromFile(full_path, buf, SIZE, false) < 0) break; in lookup() 113 char full_path[SIZE]; in lookup_contains() local 117 snprintf(full_path, SIZE, "%s%d/type", base_path, count); in lookup_contains() 118 if (readFromFile(full_path, buf, SIZE, false) < 0) break; in lookup_contains()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.cpp | 285 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/ |
D | wcnss_service.c | 232 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()
|