Home
last modified time | relevance | path

Searched refs:PATH_MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/
H A Dblackbox_storage.c91 full_path = vmalloc(PATH_MAX_LEN); in is_pstore_part_ready()
101 memset(full_path, 0, PATH_MAX_LEN); in is_pstore_part_ready()
102 snprintf(full_path, PATH_MAX_LEN - 1, "%s%s", PSTORE_MOUNT_POINT, cur_name); in is_pstore_part_ready()
125 char pstore_file[PATH_MAX_LEN]; in get_log_by_pstore()
134 memset(pstore_file, 0, PATH_MAX_LEN); in get_log_by_pstore()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_blackbox.h34 #define PATH_MAX_LEN 256 macro

Completed in 1 milliseconds