Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 69) sorted by relevance

123

/system/extras/ext4_utils/
Dext4_crypt.cpp102 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 …]
Dmake_ext4fs.h30 const char *directory);
35 const char *directory);
Dmake_ext4fs.c429 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 …]
Dmake_ext4fs_main.c68 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()
Dext4_crypt.h25 int e4crypt_policy_ensure(const char *directory, const char* policy, size_t policy_length);
/system/security/keystore/tests/
DMakefile81 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/
Dpersistent_integer_mock.h31 const base::FilePath& directory) in PersistentIntegerMock() argument
32 : PersistentInteger(name, directory) {} in PersistentIntegerMock()
Dpersistent_integer.cc29 const base::FilePath& directory) in PersistentInteger() argument
33 backing_file_path_(directory.Append(name_)), in PersistentInteger()
Dpersistent_integer.h34 PersistentInteger(const std::string& name, const base::FilePath& directory);
/system/ca-certificates/
DAndroid.mk32 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…
DREADME.cacerts1 The filenames in the cacerts directory are in the format of <hash>.<n>
/system/bt/doc/
Ddirectory_layout.md3 ### General directory layout
4 Each directory should be a self contained subsystem consisting
11 ### Top level directory layout
/system/ca-certificates/google/
DAndroid.mk21 $(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/
Dchrome_user_metrics_extension.proto51 // "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/
DREADME1 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:
Dsysutil.cpp408 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()
Dsysutil.h125 void resetDirectory(const char *directory);
/system/update_engine/update_payload_key/
DREADME1 This directory contains the public half of the payload signing key. This is
/system/nativepower/
DREADME1 This directory contains a C++ implementation of power management for use by
/system/sepolicy/
Dpostinstall_dexopt.te16 # here and having to relabel the directory.
20 # Access to app oat directory.
Dshared_relro.te8 # Grant write access to the shared relro files/directory.
/system/keymaster/
DMakefile159 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/
DREADME9 $ adb install -r <path-to-APK-in-out-directory>
/system/sepolicy/tools/
DREADME1 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/
DREADME15 This directory contains the a Brillo service for registering a device and

123