Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/system/update_engine/payload_generator/
Dboot_img_filesystem_unittest.cc62 vector<FilesystemInterface::File> files; in TEST_F() local
63 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
64 ASSERT_EQ(2u, files.size()); in TEST_F()
66 EXPECT_EQ("<kernel>", files[0].name); in TEST_F()
67 EXPECT_EQ(1u, files[0].extents.size()); in TEST_F()
68 EXPECT_EQ(1u, files[0].extents[0].start_block()); in TEST_F()
69 EXPECT_EQ(1u, files[0].extents[0].num_blocks()); in TEST_F()
70 EXPECT_TRUE(files[0].deflates.empty()); in TEST_F()
72 EXPECT_EQ("<ramdisk>", files[1].name); in TEST_F()
73 EXPECT_EQ(1u, files[1].extents.size()); in TEST_F()
[all …]
Dsquashfs_filesystem_unittest.cc79 vector<FilesystemInterface::File> files; in CheckSquashfs() local
80 ASSERT_TRUE(fs->GetFiles(&files)); in CheckSquashfs()
83 for (const auto& file : files) { in CheckSquashfs()
91 EXPECT_TRUE(std::is_sorted(files.begin(), in CheckSquashfs()
92 files.end(), in CheckSquashfs()
106 EXPECT_EQ(std::adjacent_find(files.begin(), files.end(), overlap_check), in CheckSquashfs()
107 files.end()); in CheckSquashfs()
121 vector<FilesystemInterface::File> files; in TEST_F() local
122 ASSERT_TRUE(fs->GetFiles(&files)); in TEST_F()
123 ASSERT_EQ(files.size(), 1u); in TEST_F()
[all …]
Dmapfile_filesystem_unittest.cc86 vector<FilesystemInterface::File> files; in TEST_F() local
87 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
90 for (const auto& file : files) { in TEST_F()
118 vector<FilesystemInterface::File> files; in TEST_F() local
119 EXPECT_FALSE(fs->GetFiles(&files)); in TEST_F()
130 vector<FilesystemInterface::File> files; in TEST_F() local
131 EXPECT_FALSE(fs->GetFiles(&files)); in TEST_F()
Draw_filesystem.cc47 bool RawFilesystem::GetFiles(std::vector<File>* files) const { in GetFiles()
48 files->clear(); in GetFiles()
52 files->push_back(file); in GetFiles()
Dext2_filesystem.cc89 vector<FilesystemInterface::File>* files = nullptr; member
122 state->files->push_back(ino_file->second); in UpdateFileAndAppend()
161 bool Ext2Filesystem::GetFiles(vector<File>* files) const { in GetFiles()
256 priv_data.files = files; in GetFiles()
259 files->clear(); in GetFiles()
272 files->push_back(inodes[dir_ino]); in GetFiles()
295 files->push_back(inode_file); in GetFiles()
310 files->push_back(free_space); in GetFiles()
326 files->push_back(file); in GetFiles()
Dboot_img_filesystem.cc86 bool BootImgFilesystem::GetFiles(vector<File>* files) const { in GetFiles()
87 files->clear(); in GetFiles()
92 files->emplace_back(GetFile("<kernel>", offset, hdr_.kernel_size)); in GetFiles()
96 files->emplace_back(GetFile("<ramdisk>", offset, hdr_.ramdisk_size)); in GetFiles()
/system/extras/simpleperf/
DAndroid.mk21 $(filter-out scripts/update.py,$(call all-named-files-under,*.py,scripts)) \
25 $(call all-named-files-under,*,scripts/script_testdata) \
26 $(call all-named-files-under,*.js,scripts) \
27 $(call all-named-files-under,*.css,scripts) \
28 $(call all-named-files-under,*,doc) \
29 $(call all-named-files-under,app-profiling.apk,demo) \
30 $(call all-named-files-under,*.so,demo) \
31 $(call all-cpp-files-under,demo) \
32 $(call all-java-files-under,demo) \
33 $(call all-named-files-under,*.kt,demo) \
/system/core/libsparse/
Dsimg2simg.cpp47 int files; in main() local
69 files = sparse_file_resparse(s, max_size, nullptr, 0); in main()
70 if (files < 0) { in main()
75 out_s = calloc(sizeof(struct sparse_file*), files); in main()
81 files = sparse_file_resparse(s, max_size, out_s, files); in main()
82 if (files < 0) { in main()
87 for (i = 0; i < files; i++) { in main()
/system/libvintf/xsd/halManifest/vts/
DValidateHalManifest.cpp27 static void get_files_in_dirs(const char* dir_path, std::vector<std::string>& files) { in get_files_in_dirs() argument
40 files.push_back(de->d_name); in get_files_in_dirs()
60 std::vector<std::string> files; in TEST() local
61 get_files_in_dirs(dir_path, files); in TEST()
62 for (std::string file_name : files) { in TEST()
/system/tools/hidl/docs/
DAndroid.bp29 "src/writer/files/AbstractFileWriter.kt",
30 "src/writer/files/InterfaceFileWriter.kt",
31 "src/writer/files/IndexFileWriter.kt",
32 "src/writer/files/TypesFileWriter.kt",
33 "src/writer/files/AbstractParserFileWriter.kt",
34 "src/writer/files/resources.kt",
53 "src/parser/files/InterfaceFileParser.kt",
54 "src/parser/files/TypesFileParser.kt",
55 "src/parser/files/AbstractFileParser.kt",
56 "src/parser/files/package.kt",
/system/core/libunwindstack/
DAndroid.bp237 "tests/files/elf32.xz",
238 "tests/files/elf64.xz",
239 "tests/files/offline/art_quick_osr_stub_arm/*",
240 "tests/files/offline/bad_eh_frame_hdr_arm64/*",
241 "tests/files/offline/debug_frame_first_x86/*",
242 "tests/files/offline/debug_frame_load_bias_arm/*",
243 "tests/files/offline/eh_frame_hdr_begin_x86_64/*",
244 "tests/files/offline/jit_debug_arm/*",
245 "tests/files/offline/jit_debug_x86/*",
246 "tests/files/offline/jit_map_arm/*",
[all …]
/system/tools/hidl/docs/src/parser/
Dconfig.kt42 val files = mutableListOf<File>() constant
53 files: $files in toString()
123 .forEach { files.add(it) } in parseArgs()
125 if (files.isEmpty()) { in parseArgs()
134 …private fun findFiles(dir: File, files: MutableList<File>, ext: String, excludedPaths: List<Path>)… in findFiles()
143 findFiles(fp, files, ext, excludedPaths) in findFiles()
145 files.add(fp) in findFiles()
/system/tools/hidl/docs/src/
Dmain.kt21 import parser.files.AbstractFileParser
22 import parser.files.InterfaceFileParser
23 import parser.files.TypesFileParser
24 import writer.files.*
37 for (fp in config.files) { in main()
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_health.te8 # Read access to system files for HALs in
10 # to be able to open the hal implementation .so files
21 # Allow to read files under /sys/class/power_supply. Implementations typically have symlinks
22 # to vendor specific files. Vendors should mark sysfs_batteryinfo on all files read by health
/system/timezone/
DREADME.android8 - Code related to "distros", the collection of files that can be used to
12 - Contains files that provide inputs to the time zone rules update process.
13 Some files come from external sources and some are mastered in Android.
17 - Contains some derived files from the time zone rules update process and
18 used in the Android system image and distros. Some files are also held by
32 - Used to create Android's native tzdata file format from the files
47 data files.
58 2) Make manual modifications to system/timezone/input_data/android files as
64 system/timezone/testing/data, external/icu runtime files and testing equivalents.
72 REMINDER: Any prebuilt apks of OEM-specific time zone data apps .apk files
[all …]
/system/timezone/distro/
DREADME2 files.
4 A distro file is a zip archive containing the files needed to update the time
5 zone rules on a correctly configured Android device, i.e. files required by
/system/sepolicy/private/
Dviewcompiler.te7 # Use tmpfs_domain() which will give tmpfs files created by viewcompiler their
9 # This allows to distinguish in policy files created by viewcompiler vs other
15 # Include write permission for app data files so viewcompiler can generate
16 # compiled layout dex files
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te7 # Use tmpfs_domain() which will give tmpfs files created by viewcompiler their
9 # This allows to distinguish in policy files created by viewcompiler vs other
15 # Include write permission for app data files so viewcompiler can generate
16 # compiled layout dex files
/system/sepolicy/tests/
DFcSort.py70 def ReadFileContexts(files): argument
72 for f in files:
111 def FcSort(files): argument
112 for f in files:
116 Fc = ReadFileContexts(files)
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn41 "base/files/file.cc",
42 "base/files/file_descriptor_watcher_posix.cc",
43 "base/files/file_enumerator.cc",
44 "base/files/file_enumerator_posix.cc",
45 "base/files/file_path.cc",
46 "base/files/file_path_constants.cc",
47 "base/files/file_path_watcher.cc",
48 "base/files/file_path_watcher_linux.cc",
49 "base/files/file_posix.cc",
50 "base/files/file_tracing.cc",
[all …]
/system/vold/bench/
Dbenchgen.py57 files = {} variable
61 if name not in files:
62 files[name] = File(name, len(files))
63 return files[name]
313 total = len(files.values())
314 for f in files.values():
329 for f in files.values():
345 size = sum([ f.size for f in files.values() ])
346 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
/system/tools/hidl/docs/src/writer/files/
DTypesFileWriter.kt17 package writer.files
19 import parser.files.TypesFileParser
/system/extras/ioshark/
DREADME7 into it and compiles this into bytecodes (stored in *.wl files). The
9 device) is the tester that takes as input the bytecode files (*.wl
10 files) and executes them on the device.
17 files into a wl.tar file.
28 will launch as many threads as there are input files, so 1 thread/file.
31 -q : Don't create the files in read-only partitions like /system and
32 /vendor. Instead do reads on those files.
50 /* Total number of files used in this IOshark workload file */
/system/sepolicy/
DREADME9 Additional, per device, policy files can be added into the
10 policy build. These files should have each line including the
12 will allow files to be concatenated and processed whenever
14 Adding the newline will also make the intermediate text files
16 service and property contexts files will automatically have a
20 These device policy files can be configured through the use of
25 for additional policy files. Order matters in this list.
26 For example, if you have 2 instances of widget.te files in the
42 * All *.te and SE Linux policy files as passed to checkpolicy
58 string. Details of the files contents can be found in a comment at the
[all …]
/system/bt/doc/
Ddirectory_layout.md7 * src/ - All source files for the subsystem.
8 * include/ - All include files for the subsystem.
16 * conf - *Configuration* - Various configuration text files.
20 * include - **Deprecated** - System global include files.

12345678910>>...25