Searched refs:PROPS (Results 1 – 2 of 2) sorted by relevance
247 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[@]})
35 self.PROPS = None115 p.PROPS = args[0]119 if not os.path.isfile(p.PROPS):120 error = "%s is not a file" % p.PROPS231 shutil.copyfile(p.PROPS, props_dest)234 z.write(p.PROPS, TOP_FOLDER + "/source.properties")