Home
last modified time | relevance | path

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

1234

/system/extras/ext4_utils/
Dext4_crypt.cpp126 static bool e4crypt_policy_set(const char *directory, const char *policy, in e4crypt_policy_set() argument
134 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC); in e4crypt_policy_set()
136 PLOG(ERROR) << "Failed to open directory " << directory; in e4crypt_policy_set()
147 PLOG(ERROR) << "Failed to set encryption policy for " << directory; in e4crypt_policy_set()
155 LOG(INFO) << "Policy for " << directory << " set to " << policy_hex; in e4crypt_policy_set()
159 static bool e4crypt_policy_get(const char *directory, char *policy, in e4crypt_policy_get() argument
168 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC); in e4crypt_policy_get()
170 PLOG(ERROR) << "Failed to open directory " << directory; in e4crypt_policy_get()
177 PLOG(ERROR) << "Failed to get encryption policy for " << directory; in e4crypt_policy_get()
188 LOG(ERROR) << "Failed to find matching encryption policy for " << directory; in e4crypt_policy_get()
[all …]
Dmake_ext4fs.c442 const char *directory) in make_ext4fs_sparse_fd_directory() argument
444 return make_ext4fs_sparse_fd_directory_align(fd, len, mountpoint, sehnd, directory, 0, 0); in make_ext4fs_sparse_fd_directory()
449 const char *directory, unsigned eraseblk, unsigned logicalblk) in make_ext4fs_sparse_fd_directory_align() argument
456 return make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_sparse_fd_directory_align()
469 const char *directory) in make_ext4fs_directory() argument
471 return make_ext4fs_directory_align(filename, len, mountpoint, sehnd, directory, 0, 0); in make_ext4fs_directory()
476 const char *directory, unsigned eraseblk, in make_ext4fs_directory_align() argument
493 status = make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_directory_align()
579 static void extract_base_fs_allocations(const char *directory, const char *mountpoint, in extract_base_fs_allocations() argument
624 snprintf(real_file_name, MAX_PATH, "%s%s", directory, stored_file_name + strlen(mountpoint)); in extract_base_fs_allocations()
[all …]
Dmake_ext4fs_main.c69 const char *directory = NULL; in main() local
242 directory = argv[optind++]; in main()
263 …exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, g… in main()
/system/extras/ext4_utils/include/ext4_utils/
Dmake_ext4fs.h30 const char *directory, unsigned eraseblk,
34 const char *directory);
39 const char *directory);
45 const char *directory, unsigned eraseblk, unsigned logicalblk);
Dext4_crypt.h28 int e4crypt_policy_ensure(const char *directory, const char *policy,
/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/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/extras/simpleperf/scripts/
Dbinary_cache_builder.config12 # as the one recorded in perf.data, then we copy the binary in the directory
17 # directory to cache binaries. To report precisely, we pull needed binaries
/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/tools/hidl/
DREADME.md15 output-path: directory to store the output files.
20 For directory input, follow the format: package@version
/system/core/trusty/keymaster/
DMakefile118 genhtml coverage.info --output-directory coverage
121 lcov --capture --directory=. --output-file coverage.info
126 lcov --capture --directory=. --output-file coverage.info
127 genhtml coverage.info --output-directory coverage
/system/update_engine/update_payload_key/
DREADME1 This directory contains the public half of the payload signing key. This is
/system/extras/cppreopts/
Dcppreopts.rc18 # Optional script to copy additional preloaded content to data directory
26 # Optional script to copy additional preloaded content to data directory
/system/sepolicy/public/
Dshared_relro.te4 # Grant write access to the shared relro files/directory.
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
Dpostinstall_dexopt.te17 # here and having to relabel the directory.
23 # Access to app oat directory.
/system/chre/host/msm/daemon/
DREADME.md6 is compiled from a device-specific directory in vendor/.
/system/tools/aidl/tests/java_app/
DREADME9 $ adb install -r <path-to-APK-in-out-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/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

1234