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

  /toolchain/binutils/binutils-2.27/libiberty/
make-temp-file.c 71 static inline const char *try_dir (const char *, const char *);
74 try_dir (const char *dir, const char *base) function
117 base = try_dir ("/sys$scratch", base);
119 base = try_dir (getenv ("TMPDIR"), base);
120 base = try_dir (getenv ("TMP"), base);
121 base = try_dir (getenv ("TEMP"), base);
128 base = try_dir ("\\.", base);
130 base = try_dir (P_tmpdir, base);
134 base = try_dir (vartmp, base);
135 base = try_dir (usrtmp, base)
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 1103 try_dir="${alt_libc}/${d}"
1104 [ -d "${try_dir}" ] && add_ldflags -L"${try_dir}"
    [all...]

Completed in 79 milliseconds