OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runpaths
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker.cpp
514
std::vector<std::string>
runpaths
;
local
516
split_path(path, ":", &
runpaths
);
521
for (auto&& s :
runpaths
) {
545
resolve_paths(
runpaths
, &dt_runpath_);
[
all
...]
/external/mesa3d/bin/
mklib
483
# If using Sun C++ compiler, need to tell it not to add
runpaths
Completed in 134 milliseconds