OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getvar
(Results
1 - 4
of
4
) sorted by null
/development/tools/labpretest/sholes/
custom_flash.sh
33
secure=`$fastboot -s $device
getvar
secure 2>&1 | sed -n 's/secure: \([a-z]*\)\n*/\1/ p'`
/external/clang/test/CodeGenCXX/
static-init.cpp
58
static inline int
getvar
(int index) {
function in namespace:test1
63
void test() { (void)
getvar
(2); }
/development/tools/labpretest/
labpretest.sh
439
product=`$FASTBOOT -s $device
getvar
product 2>&1 | sed -n 's/product: \([a-z]*\)\n*/\1/ p'`
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h
384
extern char *
getvar
(char *vars, const char *name);
Completed in 64 milliseconds