Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 5 of 5) sorted by relevance

/bionic/tools/versioner/src/
Dversioner.cpp122 std::string dependency = dir_path + "/" + dent->d_name; in collectRequirements() local
125 if (stat(dependency.c_str(), &st) != 0) { in collectRequirements()
126 err(1, "failed to stat dependency '%s'", dependency.c_str()); in collectRequirements()
130 errx(1, "'%s' is not a directory", dependency.c_str()); in collectRequirements()
133 dependencies.push_back(dependency); in collectRequirements()
/bionic/tests/libs/
DAndroid.bp236 // These libraries produce following dependency graph:
545 // because B is the first in the D (below) dependency order, and library A
1011 // Library with dependency loop used by dlfcn tests
1095 // Library with dependency used by dlfcn tests
/bionic/linker/
DAndroid.bp298 // This line should be unnecessary because the linker's dependency on libunwind_llvm.a should
/bionic/
Dandroid-changes-for-ndk-developers.md36 ## Changes to library dependency resolution
/bionic/libc/
DAndroid.bp1623 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!