Searched refs:appDataDir_ (Results 1 – 1 of 1) sorted by relevance
39 appDataDir_ = std::string(tempDir.path); in NativeBridgeTest()40 codeCache_ = appDataDir_ + "/code_cache"; in NativeBridgeTest()44 const char* appDataDir() { return appDataDir_.c_str(); } in appDataDir()51 std::string appDataDir_; variable