Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
Dversioner.cpp98 std::string dependency = dir_path + "/" + dent->d_name; in collectRequirements() local
101 if (stat(dependency.c_str(), &st) != 0) { in collectRequirements()
102 err(1, "failed to stat dependency '%s'", dependency.c_str()); in collectRequirements()
106 errx(1, "'%s' is not a directory", dependency.c_str()); in collectRequirements()
109 dependencies.push_back(dependency); in collectRequirements()
/bionic/libdl/
DAndroid.bp58 // against libc creating a circular dependency which is removed and we end up
111 // against libc creating a circular dependency which is removed and we end up
/bionic/tests/libs/
DAndroid.bp180 // Library with dependency loop used by dlfcn tests
265 // Library with dependency used by dlfcn tests
267 // In Android.mk to support dependency on libdlext_test
/bionic/libc/
DAndroid.bp1706 // create a "cloaked" dependency on libgcc.a in libc though the libraries, which is not what