Searched refs:rootdir (Results 1 – 8 of 8) sorted by relevance
95 "${PATCHELF}" --make-rpath-relative "${rootdir}" "${sanitize_extra_args[@]}" "${file}"101 local rootdir tree113 rootdir="${HOST_DIR}"136 rootdir="${STAGING_DIR}"148 rootdir="${TARGET_DIR}"170 find "${rootdir}" "${find_args[@]}" \172 bash -c 'patch_file "${@}"' _ "${PATCHELF}" "${rootdir}" {} "${sanitize_extra_args[@]}"
384 rootdir = root.split("/")385 if len(rootdir) < 1:387 if rootdir[0] not in WALK_USEFUL_SUBDIRS:
464 char *rootdir = NULL; in main() local482 if (optind >= argc || (rootdir=argv[optind])==NULL) { in main()486 if (chdir(rootdir) != 0) { in main()487 bb_perror_msg_and_die("Couldnt chdir to %s", rootdir); in main()492 printf("rootdir=%s\n", rootdir); in main()562 full_name = concat_path_file(rootdir, name); in main()
247 + debug("removing directory '%s' from RPATH because it's not in rootdir\n",
1436 raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
1445 raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
Completed in 29 milliseconds