Searched refs:codeCache_ (Results 1 – 1 of 1) sorted by relevance
40 codeCache_ = appDataDir_ + "/code_cache"; in NativeBridgeTest()41 codeCacheStatFail_ = codeCache_ + "/temp"; in NativeBridgeTest()46 const char* codeCache() { return codeCache_.c_str(); } in codeCache()52 std::string codeCache_; variable