Searched refs:full_path (Results 1 – 8 of 8) 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/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/legacy/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()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | meson.build | 59 devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 261 void find_full_path(char *cur_dir, char *file_to_find, char *full_path) in find_full_path() argument 285 file_to_find, full_path); in find_full_path() 289 snprintf(full_path, MAX_FILE_LENGTH, "%s/%s", in find_full_path()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | meson.build | 419 prog_winepath, '-w', process_test_exe.full_path(), 423 process_test_exe_full_path = process_test_exe.full_path()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | cache_test.cpp | 87 char *full_path = ralloc_asprintf(mem_ctx, "%s%s", buf, ++cache_dir); in check_directories_created() local 89 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) in check_directories_created()
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 2149 symbols_check_args = ['--dumpbin', prog_dumpbin.full_path()] 2154 symbols_check_args = ['--nm', prog_nm.full_path()]
|