Home
last modified time | relevance | path

Searched refs:etc_ldso_path (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1091 char etc_ldso_path[prefix_len + 1 in load_library() local
1093 snprintf(etc_ldso_path, sizeof etc_ldso_path, in load_library()
1096 fd = open(etc_ldso_path, O_RDONLY|O_CLOEXEC); in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1091 char etc_ldso_path[prefix_len + 1 in load_library() local
1093 snprintf(etc_ldso_path, sizeof etc_ldso_path, in load_library()
1096 fd = open(etc_ldso_path, O_RDONLY|O_CLOEXEC); in load_library()
/third_party/musl/ldso/
Ddynlink.c1099 char etc_ldso_path[prefix_len + 1 local
1101 snprintf(etc_ldso_path, sizeof etc_ldso_path,
1104 fd = open(etc_ldso_path, O_RDONLY|O_CLOEXEC);