OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROOTDIR
(Results
1 - 2
of
2
) sorted by null
/system/libvintf/
check_vintf.cpp
38
ROOTDIR
,
48
void setRootDir(const std::string&
rootdir
) {
49
mRootDir =
rootdir
;
172
{"
rootdir
", required_argument, &longOptFlag,
ROOTDIR
},
220
<< " --
rootdir
=<dir>: specify root directory for all metadata." << std::endl
229
<< "
ROOTDIR
=/tmp/device/" << std::endl
230
<< " cat /tmp/files.txt | xargs -I{} bash -c \"mkdir -p $
ROOTDIR
`dirname {}` && adb "
231
"pull {} $
ROOTDIR
{}\""
234
<< " " << me << " --check-compat --
rootdir
=$ROOTDIR \\" << std::end
[
all
...]
/external/tpm2/
Makefile
308
ifneq ($(
ROOTDIR
),)
309
CFLAGS += -I$(
ROOTDIR
)
Completed in 103 milliseconds