OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:productPath
(Results
1 - 3
of
3
) sorted by null
/pdk/util/
diff_products.py
48
def parseLine(line, productData,
productPath
, overrideProperty = False):
64
print "** Warning: parseLine too complex line in " +
productPath
+ " : " + line
66
d[word] =
productPath
68
parseProduct(substPathVars(removeTrailingParen(words[2]),
productPath
), productData)
70
parseProduct(substPathVars(words[1],
productPath
), productData, True)
72
parseProduct(substPathVars(words[1],
productPath
), productData, True)
74
def parseProduct(
productPath
, productData, overrideProperty = False):
76
if not os.path.exists(
productPath
):
77
print "** Warning cannot find file " +
productPath
86
for line in open(
productPath
)
[
all
...]
/frameworks/native/libs/input/
InputDevice.cpp
73
String8
productPath
(getInputDeviceConfigurationFilePathByName(
77
if (!
productPath
.isEmpty()) {
78
return
productPath
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 159 milliseconds