HomeSort by relevance Sort by last modified time
    Searched defs:orig_installprefix (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
relocatable.c 171 compute_curr_prefix (const char *orig_installprefix,
182 This is simply the difference between orig_installprefix and
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
402 const char *orig_installprefix = INSTALLPREFIX; local
407 compute_curr_prefix (orig_installprefix, orig_installdir,
412 set_relocation_prefix (orig_installprefix, curr_prefix_better);
  /toolchain/binutils/binutils-2.25/intl/
relocatable.c 164 compute_curr_prefix (const char *orig_installprefix,
175 This is simply the difference between orig_installprefix and
177 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
181 rel_installdir = orig_installdir + strlen (orig_installprefix);
392 const char *orig_installprefix = INSTALLPREFIX; local
397 compute_curr_prefix (orig_installprefix, orig_installdir,
402 set_relocation_prefix (orig_installprefix, curr_prefix_better);

Completed in 32 milliseconds