OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostpath
(Results
1 - 2
of
2
) sorted by null
/ndk/build/awk/
gen-cygwin-deps-converter.awk
183
function add_drive_rule (
hostpath
,cygpath)
185
hostpath
= sed_quote_path(
hostpath
)
194
hostpath
=
hostpath
"/"
196
# when the
hostpath
starts the line
197
RESULT = RESULT "s!^"
hostpath
"!" cygpath "!ig;"
199
# when the
hostpath
does not start the line (it will always be after a space)
200
RESULT = RESULT "s! "
hostpath
"! " cygpath "!ig;"
gen-windows-host-path.awk
140
function add_drive_rule (
hostpath
,cygpath)
144
RESULT = "$(patsubst /%,"
hostpath
"/%,\n" RESULT ")"
148
RESULT = "$(patsubst " cygpath "/%,"
hostpath
"/%,\n" RESULT ")"
Completed in 228 milliseconds