Searched defs:dex_location_real_path (Results 1 – 1 of 1) sorted by relevance
555 /*in-out*/ std::string* dex_location_real_path) { in CreateForeignDexMarker()617 UniqueCPtr<const char[]> dex_location_real_path(realpath(dex_location.c_str(), nullptr)); in MaybeRecordDexUseInternal() local