Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp856 std::string real_path = processed_path; in EmulateAbsolutePath() local
858 CF_EXPECTF(android::base::Realpath(processed_path, &real_path), in EmulateAbsolutePath()
861 return real_path; in EmulateAbsolutePath()