Home
last modified time | relevance | path

Searched refs:helperValue (Results 1 - 5 of 5) sorted by relevance

/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dinit-sdk.sh59 local helperValue="";
67 helperValue=${current#*=};
68 if [ "$helperValue" == "$current" ]; then
69 helperValue="1";
71 # echo "eval arg_$helperKey=\"$helperValue\"";
73 eval "arg_$helperKey=\"$helperValue\"";
H A Dupdate-sdk.sh67 local helperValue="";
75 helperValue=${current#*=};
76 if [ "$helperValue" == "$current" ]; then
77 helperValue="1";
79 # echo "eval arg_$helperKey=\"$helperValue\"";
81 eval "arg_$helperKey=\"$helperValue\"";
H A Dcompile-ohpm-ci.sh68 local helperValue="";
76 helperValue=${current#*=};
77 if [ "$helperValue" == "$current" ]; then
78 helperValue="1";
80 # echo "eval arg_$helperKey=\"$helperValue\"";
82 eval "arg_$helperKey=\"$helperValue\"";
H A Dcompile-ut-ohpm.sh81 local helperValue="";
89 helperValue=${current#*=};
90 if [ "$helperValue" == "$current" ]; then
91 helperValue="1";
93 # echo "eval arg_$helperKey=\"$helperValue\"";
95 eval "arg_$helperKey=\"$helperValue\"";
/applications/standard/hap/
H A Dbuild.sh98 local helperValue="";
106 helperValue=${current#*=};
107 if [ "$helperValue" == "$current" ]; then
108 helperValue="1";
110 #echo "eval arg_$helperKey=\"$helperValue\"";
112 eval "arg_$helperKey=\"$helperValue\"";

Completed in 4 milliseconds