Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dfuse_install.cpp67 std::vector<std::string> dirs; in BrowseDirectory() local
77 dirs.push_back(name + "/"); in BrowseDirectory()
84 std::sort(dirs.begin(), dirs.end()); in BrowseDirectory()
88 entries.insert(entries.end(), dirs.begin(), dirs.end()); in BrowseDirectory()
/bootable/recovery/applypatch/
Dfreecache.cpp162 std::vector<std::string> dirs{ "/cache", Paths::Get().cache_log_directory() }; in CheckAndFreeSpaceOnCache() local
163 for (const auto& dirname : dirs) { in CheckAndFreeSpaceOnCache()