HomeSort by: relevance | last modified time | path
    Searched defs:library_path (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1082 /* Find the crtoffloadtable.o file in LIBRARY_PATH, make copy and pass name of
1089 const char *library_path = getenv ("LIBRARY_PATH"); local
1090 if (!library_path)
1092 unsigned n_paths = parse_env_var (library_path, &paths,
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1071 /* Find the crtoffloadtable.o file in LIBRARY_PATH, make copy and pass name of
1078 const char *library_path = getenv ("LIBRARY_PATH"); local
1079 if (!library_path)
1081 unsigned n_paths = parse_env_var (library_path, &paths, "/crtoffloadtable.o");
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 4098 library_path = None variable in class:Config
4110 Config.library_path = fspath(path)
4166 if Config.library_path:
4167 file = Config.library_path + '/' + file

Completed in 29 milliseconds