Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp1332 static bool is_root_dir(std::string_view path) { in is_root_dir() function
1354 for (std::string path = rpath; !is_root_dir(path); path = android::base::Dirname(path)) { in copy_local_dir_remote()