Home
last modified time | relevance | path

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

123

/system/core/libsparse/
Dsimg2simg.c51 int files; in main() local
73 files = sparse_file_resparse(s, max_size, NULL, 0); in main()
74 if (files < 0) { in main()
79 out_s = calloc(sizeof(struct sparse_file *), files); in main()
85 files = sparse_file_resparse(s, max_size, out_s, files); in main()
86 if (files < 0) { in main()
91 for (i = 0; i < files; i++) { in main()
/system/extras/simpleperf/
Dutils.cpp49 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files, in GetEntriesInDir() argument
51 if (files != nullptr) { in GetEntriesInDir()
52 files->clear(); in GetEntriesInDir()
72 if (files != nullptr) { in GetEntriesInDir()
73 files->push_back(entry->d_name); in GetEntriesInDir()
Dutils.h61 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files,
Denvironment.cpp178 std::vector<std::string> files; in GetAllModuleFiles() local
180 GetEntriesInDir(path, &files, &subdirs); in GetAllModuleFiles()
181 for (auto& name : files) { in GetAllModuleFiles()
/system/vold/bench/
Dbenchgen.py57 files = {} variable
61 if name not in files:
62 files[name] = File(name, len(files))
63 return files[name]
299 for f in files.values():
310 for f in files.values():
326 size = sum([ f.size for f in files.values() ])
327 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
/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.
21 * include - **Deprecated** - System global include files.
/system/core/toolbox/
Dls.c437 strlist_t files = STRLIST_INITIALIZER; in listdir() local
453 strlist_append_dup(&files, de->d_name); in listdir()
456 strlist_sort(&files); in listdir()
457 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags)); in listdir()
458 strlist_done(&files); in listdir()
546 strlist_t files = STRLIST_INITIALIZER; in ls_main() local
571 strlist_append_dup(&files, argv[i]); in ls_main()
575 if (files.count > 0) { in ls_main()
576 STRLIST_FOREACH(&files, path, { in ls_main()
581 strlist_done(&files); in ls_main()
/system/media/camera/docs/
DREADME.md6 Many files can be generated from XML, such as the documentation (html/pdf),
14 * Tidy - Cleans up the XML/HTML files.
/system/extras/perfprofd/
Dperfprofd.conf12 config_directory=/data/data/com.google.android.gms/files
/system/core/adb/tests/
Dtest_adb.py105 files = {}
122 files[file_handle.name] = HostFile(file_handle, md5)
123 return files
127 files = {}
145 files[full_path] = DeviceFile(dev_md5, full_path)
146 return files
/system/core/libutils/
DREADME26 Overlay packages are special .apk files which provide no code but
55 How resources are bundled in .apk files
57 Android .apk files are .zip files, usually housing .dex code,
63 * assets: uncompressed, raw files packaged as part of an .apk and
64 explicitly referenced by filename. These files are
121 resource.arsc files. Normally, this forest is structured as follows,
275 0x706d6469 # magic: all idmap files begin with this constant
/system/extras/tests/sdcard/
DREADME39 This test will write 1000kbyte (1M) files using writes of 100kbytes (so 10 writes per file) using
40 only 1 process for 100 times (100 files will be written on the sdcard).
Dsdcard_perf_test.cpp645 int dirs = 0, files = 0; in testTraverse() local
654 files++; in testTraverse()
670 if (expectedFiles != files) { in testTraverse()
671 fprintf(stderr, "expected %d files, but found %d\n", expectedFiles, files); in testTraverse()
/system/core/
DNOTICE43 These files are Copyright 2007 Nuance Communications, but released under
53 These files are Copyright 1998 - 2009 PacketVideo, but released under
82 These files are Copyright 2003-2010 VisualOn, but released under
92 These files are Copyright (C) 2004-2010 NXP Software and
124 source, and configuration files.
193 (b) You must cause any modified files to carry prominent notices
194 stating that You changed the files; and
278 Unicode Data Files include all data files under the directories
298 a copy of the Unicode data files and any associated documentation (the
/system/core/healthd/
DAndroid.mk67 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
/system/core/fastboot/
Dfastboot.cpp580 int files = sparse_file_resparse(s, max_size, NULL, 0); in load_sparse_files() local
581 if (files < 0) { in load_sparse_files()
585 …se_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1)); in load_sparse_files()
590 files = sparse_file_resparse(s, max_size, out_s, files); in load_sparse_files()
591 if (files < 0) { in load_sparse_files()
/system/core/liblog/
Devent.logtags34 # TODO: generate ".java" and ".h" files with integer constants from this file.
/system/core/logd/
Devent.logtags34 # TODO: generate ".java" and ".h" files with integer constants from this file.
/system/core/adb/
DSYNC.TXT27 LIST - List the files in a folder
39 Lists files in the directory specified by the remote filename. The server will
/system/core/fs_mgr/
Dfs_mgr_verity.c510 static const char *files[] = { in was_verity_restart() local
517 for (i = 0; files[i]; ++i) { in was_verity_restart()
518 if (check_verity_restart(files[i])) { in was_verity_restart()
/system/extras/ksmutils/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and
/system/core/init/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and
/system/extras/showslab/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and
/system/extras/libpagemap/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and
/system/core/logcat/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and

123