OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildDevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/bit/
make.h
45
void read_modules(const string& buildOut, const string&
buildDevice
,
main.cpp
582
const string
buildDevice
= get_build_var(buildTop, "TARGET_DEVICE", false);
591
read_modules(buildOut,
buildDevice
, &modules, false);
616
string systemPath = buildOut + "/target/product/" +
buildDevice
+ "/system/";
617
string dataPath = buildOut + "/target/product/" +
buildDevice
+ "/data/";
957
string
buildDevice
= sniff_device_name(buildOut, buildProduct);
[
all
...]
Completed in 62 milliseconds