OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcno_suffix
(Results
1 - 3
of
3
) sorted by null
/build/make/core/
static_library_internal.mk
28
gcno_suffix
:= .gcnodir
macro
34
$(my_host_cross))/$(lib)$(
gcno_suffix
))
36
GCNO_ARCHIVE := $(LOCAL_MODULE)$(
gcno_suffix
)
executable_internal.mk
87
gcno_suffix
:= .gcnodir
macro
93
$(my_host_cross))/$(lib)$(
gcno_suffix
))
99
$(my_host_cross))/$(lib)$(
gcno_suffix
))
107
GCNO_ARCHIVE := $(my_installed_module_stem)$(
gcno_suffix
)
shared_library_internal.mk
80
gcno_suffix
:= .gcnodir
macro
86
$(my_host_cross))/$(lib)$(
gcno_suffix
))
92
$(my_host_cross))/$(lib)$(
gcno_suffix
))
100
GCNO_ARCHIVE := $(basename $(my_installed_module_stem))$(
gcno_suffix
)
Completed in 542 milliseconds