Home
last modified time | relevance | path

Searched refs:PROPS (Results 1 – 2 of 2) sorted by relevance

/development/build/tools/
Dmk_sdk_repo_xml.sh247 local PROPS="$1"
278 VALUE=$( grep "^$SRC=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' )
390 PROPS="$TMP_DIR/source.properties"
394 PROPS="$TMP_DIR/manifest.ini"
398 LIBS=$(parse_attributes "$PROPS" "libraries")
411 [[ ! -f $PROPS ]] && error "Failed to extract $PROPS from $SRC"
412 MAP=$(parse_attributes "$PROPS" ${ATTRS[@]})
440 MAP=$(parse_attributes "$PROPS" ${ATTRS_ARCHIVE[@]})
Dmk_sources_zip.py35 self.PROPS = None
115 p.PROPS = args[0]
119 if not os.path.isfile(p.PROPS):
120 error = "%s is not a file" % p.PROPS
231 shutil.copyfile(p.PROPS, props_dest)
234 z.write(p.PROPS, TOP_FOLDER + "/source.properties")