Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 3 of 3) 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/deprecated-ota/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()
/bootable/libbootloader/gbl/toolchain/
Dgbl_toolchain.bzl151 builtin_includes (List): Override the default list of builtin include dirs.