/system/core/libsparse/ |
D | simg2simg.c | 51 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/update_engine/payload_generator/ |
D | raw_filesystem.cc | 44 bool RawFilesystem::GetFiles(std::vector<File>* files) const { in GetFiles() 45 files->clear(); in GetFiles() 49 files->push_back(file); in GetFiles()
|
D | ext2_filesystem.cc | 81 vector<FilesystemInterface::File>* files = nullptr; member 114 state->files->push_back(ino_file->second); in UpdateFileAndAppend() 153 bool Ext2Filesystem::GetFiles(vector<File>* files) const { in GetFiles() 247 priv_data.files = files; in GetFiles() 250 files->clear(); in GetFiles() 263 files->push_back(inodes[dir_ino]); in GetFiles() 283 files->push_back(inode_file); in GetFiles() 298 files->push_back(free_space); in GetFiles() 314 files->push_back(file); in GetFiles()
|
D | ext2_filesystem_unittest.cc | 83 vector<FilesystemInterface::File> files; in TEST_F() local 84 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F() 87 for (const auto& file : files) { in TEST_F() 111 vector<FilesystemInterface::File> files; in TEST_F() local 114 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F() 115 for (const auto& file : files) { in TEST_F()
|
D | fake_filesystem.cc | 36 bool FakeFilesystem::GetFiles(std::vector<File>* files) const { in GetFiles() 37 *files = files_; in GetFiles()
|
/system/bt/build/secondary/third_party/libchrome/ |
D | BUILD.gn | 40 "base/files/file.cc", 41 "base/files/file_enumerator.cc", 42 "base/files/file_enumerator_posix.cc", 43 "base/files/file_path.cc", 44 "base/files/file_path_constants.cc", 45 "base/files/file_path_watcher.cc", 46 "base/files/file_path_watcher_linux.cc", 47 "base/files/file_posix.cc", 48 "base/files/file_tracing.cc", 49 "base/files/file_util.cc", [all …]
|
/system/vold/bench/ |
D | benchgen.py | 57 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/sepolicy/ |
D | README | 9 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 …]
|
D | domain_deprecated.te | 11 # Inherit or receive open files from others. 33 # Read files already opened under /data. 38 # Read apk files under /data/app. 47 # Read already opened /cache files. 67 # /data/security files
|
D | installd.te | 9 # Allow labeling of files under /data/app/com.example/oat/ 13 # Allow movement of APK files between volumes 30 # Search /data/app-asec and stat files in it. 58 # Create files under /data/dalvik-cache. 62 # Create files under /data/resource-cache. 88 # Just need enough to relabel it and to unlink removed package files. 117 # Similar for the files under /data/misc/profiles/
|
D | shell.te | 18 # logpersistd (nee logcatd) files 27 # read files in /data/anr 41 # Read/execute files in /data/nativetest 117 # enable shell domain to read/write files/dirs for bootchart data 119 # and read other files created by init process under /data/bootchart 143 # Do not allow shell to hard link to any files. 145 # files, installd will not be able to guarantee the deletion
|
D | shared_relro.te | 1 # Process which creates/updates shared RELRO files to be used by other apps. 8 # Grant write access to the shared relro files/directory.
|
D | attributes | 31 # All types used for files that can exist on a labeled fs. 40 # All types used for /data files. 43 # All types use for sysfs files. 46 # All types use for debugfs files. 92 # i.e. files that can be read by lower and written by higher
|
D | recovery.te | 12 # Set security contexts on files that are not known to the loaded policy. 26 # Create and relabel files and directories under /system. 78 # Manage files on /cache and /cache/recovery 82 # Read files on /oem. 91 # Use setfscreatecon() to label files for OTA updates. 94 # Allow recovery to create a fuse filesystem, and read files from it.
|
D | recovery_refresh.te | 25 # Write to files in /data/data or system files on /data
|
D | surfaceflinger.te | 18 # Read /proc/pid files for Binder clients. 40 # Use open files supplied by an app. 68 # Do not allow accessing SDcard files as unsafe ejection could
|
D | untrusted_app.te | 43 # TODO: Long term, we don't want apps probing into shell data files. 48 # Read and write system app data files passed over Binder. 93 # for files. Suppress the denials when they occur. 119 # best practice to ensure these files aren't readable. 143 # Do not allow untrusted_app to hard link to any files. 145 # files, installd will not be able to guarantee the deletion 176 # Do not allow untrusted_app to create/unlink files outside of its sandbox, 189 -user_profile_data_file # Access to profile files 190 -user_profile_foreign_dex_data_file # Access to profile files
|
D | init.te | 30 # Create /dev/fscklogs files. 95 # restorecon /adb_keys or any other rootfs files and directories to a more 99 # mkdir, symlink, write, rm/rmdir, chown/chmod, restorecon/restorecon_recursive from init.rc files. 102 # init.<board>.rc files often include device-specific types, so 103 # we just allow all file types except /system files here. 119 # chown/chmod on pseudo files. 151 # Write to /proc/sys/net/ping_group_range and other /proc/sys/net files. 216 # setfscreate is for labeling directories and socket files. 230 # Create /data/property and files within it. 253 # Create and access /dev files without a specific type, [all …]
|
/system/bt/doc/ |
D | directory_layout.md | 7 * 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.
|
/system/ca-certificates/ |
D | Android.mk | 22 define all-files-under 44 cacerts := $(call all-files-under,files)
|
/system/bt/service/common/ |
D | README | 2 and our client library. All source files here are under the "bluetooth" 4 Only common files should go here. All headers that go into common/bluetooth must 15 from source files as these are pre-compiled. For example,
|
/system/extras/simpleperf/ |
D | utils.cpp | 102 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files, in GetEntriesInDir() argument 104 if (files != nullptr) { in GetEntriesInDir() 105 files->clear(); in GetEntriesInDir() 125 if (files != nullptr) { in GetEntriesInDir() 126 files->push_back(entry->d_name); in GetEntriesInDir()
|
/system/webservd/webservd/ |
D | dbus_request_handler.cc | 57 std::string>> files; in HandleRequest() local 60 files.emplace_back(index++, file->field_name, file->file_name, in HandleRequest() 85 request_id, headers, params, files, body_data_pipe, in HandleRequest()
|
D | temp_file_manager.cc | 51 void TempFileManager::DeleteFiles(const std::vector<base::FilePath>& files) { in DeleteFiles() argument 52 for (const base::FilePath& file : files) in DeleteFiles()
|
/system/ca-certificates/google/ |
D | Android.mk | 18 cacerts_google := $(call all-files-under,files)
|