Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp90 std::string real_path = in UsbStillAvailible() local
92 std::ifstream f(real_path.c_str()); in UsbStillAvailible()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp156 std::string real_path; in realpath() local
157 if (!Realpath(blk_device, &real_path)) { in realpath()
158 real_path = blk_device; in realpath()
160 return real_path; in realpath()