OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolved_paths
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/tests/
linker_config_test.cpp
94
std::vector<std::string>
resolved_paths
;
local
95
resolve_paths(paths, &
resolved_paths
);
96
return
resolved_paths
;
/bionic/linker/
linker_config.cpp
389
std::vector<std::string>
resolved_paths
;
local
392
resolve_paths(paths, &
resolved_paths
);
394
return
resolved_paths
;
Completed in 181 milliseconds