Home
last modified time | relevance | path

Searched refs:code_cache_stat_fail_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/libnativebridge/tests/
H A DNativeBridgeTest.h41 code_cache_stat_fail_ = code_cache_ + "/temp"; in NativeBridgeTest()
48 const char* CodeCacheStatFail() { return code_cache_stat_fail_.c_str(); } in CodeCacheStatFail()
53 std::string code_cache_stat_fail_; variable