Lines Matching defs:paths
364 #define ATTR_NS_LIB_PATHS "lib.paths" /* library search paths */
365 #define ATTR_NS_PERMITTED_PATHS "permitted.paths" /* when separated, permitted dir paths of libs, including sub dirs */
446 /* get library search paths */
460 /* get asan library search paths */
503 strlist * paths = strsplit(dirkvs->val[i], ":");
504 if (paths) {
506 for (j = 0; j < paths->num; j++) {
507 if (!strcmp(paths->strs[j], exe_path)) break;
509 if (j < paths->num) sname = dirkvs->key[i];
511 strlist_free(paths);
528 LD_LOGW("config_parse get default lib paths fail! Config namespace default lib paths,please!");
534 LD_LOGW("config_parse get default asan lib paths fail! Config namespace default asan lib paths,please!");
547 /* get permitted paths */
561 /* get asan permitted paths */