Searched defs:directory (Results 1 - 11 of 11) sorted by relevance

/system/core/metricsd/
H A Dpersistent_integer_mock.h31 const base::FilePath& directory)
32 : PersistentInteger(name, directory) {}
30 PersistentIntegerMock(const std::string& name, const base::FilePath& directory) argument
H A Dpersistent_integer.cc29 const base::FilePath& directory)
33 backing_file_path_(directory.Append(name_)),
28 PersistentInteger(const std::string& name, const base::FilePath& directory) argument
/system/ca-certificates/
H A DAndroid.mk31 # $(3): destination directory
32 define include-prebuilt-with-destination-directory
47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c61 fprintf(stderr, " <filename> [[<directory>] <target_out_directory>]\n");
68 const char *directory = NULL; local
235 directory = argv[optind++];
256 exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, gzip,
H A Dext4_crypt.cpp79 PLOG(ERROR) << "Unable to read directory: " << dirname;
87 PLOG(ERROR) << "Unable to read directory: " << dirname;
104 static bool e4crypt_policy_set(const char *directory, const char *policy, argument
110 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC);
112 PLOG(ERROR) << "Failed to open directory " << directory;
123 PLOG(ERROR) << "Failed to set encryption policy for " << directory;
131 LOG(INFO) << "Policy for " << directory << " set to " << policy_hex;
135 static bool e4crypt_policy_get(const char *directory, char *policy, argument
142 int fd = open(directory, O_DIRECTOR
169 e4crypt_policy_check(const char *directory, const char *policy, size_t policy_length, int contents_encryption_mode) argument
189 LOG(INFO) << "Found policy " << existing_policy_hex << " at " << directory local
194 e4crypt_policy_ensure(const char *directory, const char *policy, size_t policy_length, const char* contents_encryption_mode) argument
[all...]
H A Dmake_ext4fs.c139 /* Read a local directory and create the same tree in the generated filesystem.
140 Calls itself recursively with each directory in the given directory.
142 directory on disk that should be copied, or NULL if this is a directory
144 dir_path is an absolute path, with trailing slash, to the same directory
180 /* root directory, check if lost+found already exists */
270 /* insert a lost+found directory at the beginning of the dentries */
429 const char *directory)
434 return make_ext4fs_internal(fd, directory, NUL
427 make_ext4fs_sparse_fd_directory(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd, const char *directory) argument
445 make_ext4fs_directory(const char *filename, long long len, const char *mountpoint, struct selabel_handle *sehnd, const char *directory) argument
546 extract_base_fs_allocations(const char *directory, const char *mountpoint, FILE* base_alloc_file_in) argument
690 char *directory = NULL; local
[all...]
/system/keymaster/
H A DMakefile10 # This Makefile expects to find BoringSSL in a directory adjacent to $ANDROID_BUILD_TOP.
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/security/keystore/tests/
H A 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/extras/tests/sdcard/
H A Dsysutil.cpp408 void resetDirectory(const char *directory) argument
410 DIR *dir = opendir(directory);
425 strcpy(name_buffer, directory);
432 mkdir(directory, S_IRWXU);
/system/vold/
H A DCommandListener.cpp353 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) { argument
354 DIR *d = opendir(directory);
797 PLOG(ERROR) << "Failed to prepare directory " << path;
/system/core/logcat/
H A Dlogcat.cpp452 std::string directory; local
455 directory = ".";
459 directory = outputFileName;
465 dir(opendir(directory.c_str()), closedir);
491 std::string file_name = directory;

Completed in 204 milliseconds