Searched defs:files_ (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/payload_generator/
H A Dfake_filesystem.h61 std::vector<File> files_; member in class:chromeos_update_engine::FakeFilesystem
H A Dsquashfs_filesystem.h114 std::vector<File> files_; member in class:chromeos_update_engine::SquashfsFilesystem
/system/core/libunwindstack/include/unwindstack/
H A DDexFiles.h68 std::unordered_map<uint64_t, DexFile*> files_; member in class:unwindstack::DexFiles
/system/extras/libperfmgr/tests/
H A DNodeLooperThreadTest.cc41 files_.emplace_back(std::move(tf));
46 files_.emplace_back(std::move(tf));
51 files_.clear();
54 std::vector<std::unique_ptr<TemporaryFile>> files_; member in class:android::perfmgr::NodeLooperThreadTest
69 _VerifyPathValue(files_[0]->path, "");
70 _VerifyPathValue(files_[1]->path, "n1_value2");
85 _VerifyPathValue(files_[0]->path, "n0_value0");
86 _VerifyPathValue(files_[1]->path, "n1_value1");
88 _VerifyPathValue(files_[0]->path, "n0_value2");
89 _VerifyPathValue(files_[
[all...]
H A DHintManagerTest.cc110 files_.emplace_back(std::move(tf));
115 files_.emplace_back(std::move(tf));
129 files_.emplace_back(std::make_unique<TemporaryFile>());
130 files_.emplace_back(std::make_unique<TemporaryFile>());
136 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path);
139 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path);
145 files_.clear();
151 std::vector<std::unique_ptr<TemporaryFile>> files_; member in class:android::perfmgr::HintManagerTest
177 _VerifyPathValue(files_[0]->path, "");
178 _VerifyPathValue(files_[
[all...]
/system/core/libziparchive/include/ziparchive/
H A Dzip_writer.h180 std::vector<FileEntry> files_; member in class:ZipWriter

Completed in 102 milliseconds