Searched refs:files (Results 1 – 6 of 6) sorted by relevance
37 static int EliminateOpenFiles(std::set<std::string>* files) { in EliminateOpenFiles() argument65 if (files->erase(link) > 0) { in EliminateOpenFiles()76 std::set<std::string> files; in FindExpendableFiles() local102 files.insert(path); in FindExpendableFiles()107 printf("%zu regular files in deletable directories\n", files.size()); in FindExpendableFiles()108 if (EliminateOpenFiles(&files) < 0) { in FindExpendableFiles()111 return files; in FindExpendableFiles()121 std::set<std::string> files = FindExpendableFiles(); in MakeFreeSpaceOnCache() local122 if (files.empty()) { in MakeFreeSpaceOnCache()134 for (const auto& file : files) { in MakeFreeSpaceOnCache()
53 std::vector<FileContents>* files) { in ParsePatchArgs() argument74 files->push_back(std::move(fc)); in ParsePatchArgs()122 std::vector<FileContents> files; in PatchMode() local123 if (!ParsePatchArgs(argc-5, argv+5, &sha1s, &files)) { in PatchMode()127 std::vector<Value> patches(files.size()); in PatchMode()128 std::vector<Value*> patch_ptrs(files.size()); in PatchMode()129 for (size_t i = 0; i < files.size(); ++i) { in PatchMode()131 patches[i].size = files[i].data.size(); in PatchMode()132 patches[i].data = reinterpret_cast<char*>(files[i].data.data()); in PatchMode()
10 LOCAL_SRC_FILES := $(call all-java-files-under, src)
29 "Font Software" refers to the set of files released by the Copyright31 include source files, build scripts and documentation.59 included either as stand-alone text files, human-readable headers or61 binary files as long as those fields can be easily viewed by the user.
61 testdata_files := $(call find-subdir-files, testdata/*)
41 source, and configuration files.110 (b) You must cause any modified files to carry prominent notices111 stating that You changed the files; and