OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHARE_SUFFIX
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
os-posix.c
93
#define
SHARE_SUFFIX
"/share/qemu"
137
MAX(strlen(
SHARE_SUFFIX
), strlen(BUILD_SUFFIX)) + 1;
139
snprintf(res, max_len, "%s%s", dir,
SHARE_SUFFIX
);
150
#undef
SHARE_SUFFIX
vl.c
[
all
...]
Completed in 722 milliseconds