/system/extras/ext4_utils/ |
D | ext4_crypt.cpp | 102 static bool e4crypt_policy_set(const char *directory, const char *policy, size_t policy_length) { in e4crypt_policy_set() argument 107 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC); in e4crypt_policy_set() 109 PLOG(ERROR) << "Failed to open directory " << directory; in e4crypt_policy_set() 120 PLOG(ERROR) << "Failed to set encryption policy for " << directory; in e4crypt_policy_set() 128 LOG(INFO) << "Policy for " << directory << " set to " << policy_hex; in e4crypt_policy_set() 132 static bool e4crypt_policy_get(const char *directory, char *policy, size_t policy_length) { in e4crypt_policy_get() argument 138 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC); in e4crypt_policy_get() 140 PLOG(ERROR) << "Failed to open directory " << directory; in e4crypt_policy_get() 147 PLOG(ERROR) << "Failed to get encryption policy for " << directory; in e4crypt_policy_get() 157 LOG(ERROR) << "Failed to find matching encryption policy for " << directory; in e4crypt_policy_get() [all …]
|
D | make_ext4fs.h | 30 const char *directory); 35 const char *directory);
|
D | make_ext4fs.c | 429 const char *directory) in make_ext4fs_sparse_fd_directory() argument 434 return make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_sparse_fd_directory() 447 const char *directory) in make_ext4fs_directory() argument 461 status = make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_directory() 546 static void extract_base_fs_allocations(const char *directory, const char *mountpoint, in extract_base_fs_allocations() argument 590 snprintf(real_file_name, MAX_PATH, "%s%s", directory, stored_file_name + strlen(mountpoint)); in extract_base_fs_allocations() 690 char *directory = NULL; in make_ext4fs_internal() local 711 directory = canonicalize_rel_slashes(_directory); in make_ext4fs_internal() 792 extract_base_fs_allocations(directory, mountpoint, base_alloc_file_in); in make_ext4fs_internal() 805 assert(!directory); in make_ext4fs_internal() [all …]
|
D | make_ext4fs_main.c | 68 const char *directory = NULL; in main() local 235 directory = argv[optind++]; in main() 256 …exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, g… in main()
|
D | ext4_crypt.h | 25 int e4crypt_policy_ensure(const char *directory, const char* policy, size_t policy_length);
|
/system/security/keystore/tests/ |
D | Makefile | 81 genhtml coverage.info --output-directory coverage 84 lcov --capture --directory=. --directory=.. -b . --output-file coverage.info 89 lcov --capture --directory=. --output-file coverage.info 90 genhtml coverage.info --output-directory coverage
|
/system/core/metricsd/ |
D | persistent_integer_mock.h | 31 const base::FilePath& directory) in PersistentIntegerMock() argument 32 : PersistentInteger(name, directory) {} in PersistentIntegerMock()
|
D | persistent_integer.cc | 29 const base::FilePath& directory) in PersistentInteger() argument 33 backing_file_path_(directory.Append(name_)), in PersistentInteger()
|
D | persistent_integer.h | 34 PersistentInteger(const std::string& name, const base::FilePath& directory);
|
/system/ca-certificates/ |
D | Android.mk | 32 define include-prebuilt-with-destination-directory 47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cace… 56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert…
|
D | README.cacerts | 1 The filenames in the cacerts directory are in the format of <hash>.<n>
|
/system/bt/doc/ |
D | directory_layout.md | 3 ### General directory layout 4 Each directory should be a self contained subsystem consisting 11 ### Top level directory layout
|
/system/ca-certificates/google/ |
D | Android.mk | 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,targ… 30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host…
|
/system/core/metricsd/uploader/proto/ |
D | chrome_user_metrics_extension.proto | 51 // "Default" directory) Chrome user data directory [1], and so is shared among 52 // all Chrome user profiles contained in this user data directory. 55 // [1] http://www.chromium.org/user-experience/user-data-directory
|
/system/extras/tests/sdcard/ |
D | README | 1 This directory contains tools to profile the sdcard performance. 13 Build, install and mount debugfs. In this directory with a properly 27 directory, chdir and run:
|
D | sysutil.cpp | 408 void resetDirectory(const char *directory) in resetDirectory() argument 410 DIR *dir = opendir(directory); in resetDirectory() 425 strcpy(name_buffer, directory); in resetDirectory() 432 mkdir(directory, S_IRWXU); in resetDirectory()
|
D | sysutil.h | 125 void resetDirectory(const char *directory);
|
/system/update_engine/update_payload_key/ |
D | README | 1 This directory contains the public half of the payload signing key. This is
|
/system/nativepower/ |
D | README | 1 This directory contains a C++ implementation of power management for use by
|
/system/sepolicy/ |
D | postinstall_dexopt.te | 16 # here and having to relabel the directory. 20 # Access to app oat directory.
|
D | shared_relro.te | 8 # Grant write access to the shared relro files/directory.
|
/system/keymaster/ |
D | Makefile | 159 genhtml coverage.info --output-directory coverage 162 lcov --capture --directory=. --output-file coverage.info 167 lcov --capture --directory=. --output-file coverage.info 168 genhtml coverage.info --output-directory coverage
|
/system/tools/aidl/tests/java_app/ |
D | README | 9 $ adb install -r <path-to-APK-in-out-directory>
|
/system/sepolicy/tools/ |
D | README | 1 This directory contains a number of tools related to policy, some of 43 certs not already found in that policy. This becomes useful when a directory
|
/system/weaved/ |
D | README | 15 This directory contains the a Brillo service for registering a device and
|