Home
last modified time | relevance | path

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

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