commit | 5c00f4f46a22d9fa8f3eb0ce90aec5eb40d30a9d | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Fri May 20 04:14:54 2011 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Fri May 20 04:14:54 2011 -0700 |
tree | c478da66c49c58ef401623e1bcc73046d65ff26d | |
parent | de0ba06cf9f96118261e8d242c0ac08869a54442 [diff] [blame] |
Remove mResName and remove the hardwire pathname "/data/data". Make the code robust. Change-Id: Ia49eda1885ace0f9603cc181ba95d4d63ab586fc
diff --git a/lib/ExecutionEngine/ScriptCompiled.h b/lib/ExecutionEngine/ScriptCompiled.h index aa8e4cc..35c9b83 100644 --- a/lib/ExecutionEngine/ScriptCompiled.h +++ b/lib/ExecutionEngine/ScriptCompiled.h
@@ -66,8 +66,8 @@ ~ScriptCompiled(); - void setResName(char const *resName) { - mCompiler.setResName(resName); + void setCachePath(char const *cachePath) { + mCompiler.setCachePath(cachePath); return; }