OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRpaths
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/test/mac/
gyptest-rpath.py
25
def
GetRpaths
(p):
33
if (
GetRpaths
('libdefault_rpath.dylib') != []):
36
if (
GetRpaths
('libexplicit_rpath.dylib') != ['@executable_path/.']):
39
if (
GetRpaths
('libexplicit_rpaths_escaped.dylib') !=
43
if (
GetRpaths
('My Framework.framework/My Framework') != ['@loader_path/.']):
46
if (
GetRpaths
('executable') != ['@executable_path/.']):
/external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py
24
def
GetRpaths
(p):
39
if
GetRpaths
('shared_executable') != [expect]:
42
if
GetRpaths
('shared_executable_no_so_suffix') != [expect]:
45
if
GetRpaths
('static_executable'):
Completed in 520 milliseconds