Refactor name unpack_directory() 85/35085/6
authorYoumin Ha <youmin.ha@samsung.com>
Wed, 4 Feb 2015 13:45:47 +0000 (22:45 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Mon, 23 Feb 2015 08:53:20 +0000 (17:53 +0900)
commit0fc2199c6eeaf742d4a1f88b715627a99ebd93c1
tree9bbbcfd50e3a82506137105d7da8fa215456c51f
parent5aeb4312036cd5a1c9c15a93b1bbbc10eaf14831
Refactor name unpack_directory()

The method unpack_directory() just returns the unpack_directory string,
    but its name implies for class users to "Unpack the directory".
    This commit changes the name from unpack_directory to
    unpacked_dir_path, of the getter, setter, and private variables.

Change-Id: I7259bbb3c8630d7464a98707162d955de45c9432
src/common/context_installer.h
src/common/step/step_copy.cc
src/common/step/step_signature.cc
src/common/step/step_unzip.cc
src/wgt/step/step_parse.cc