Searched refs:directory_path (Results 1 - 2 of 2) sorted by relevance

/system/core/include/cutils/
H A Ddir_hash.h25 const char *directory_path,
/system/core/libcutils/
H A Ddir_hash.c129 static int recurse(HashAlgorithm algorithm, const char *directory_path, argument
135 DIR *d = opendir(directory_path);
181 name = malloc(strlen(f->name) + strlen(directory_path) + 2);
198 sprintf(name, "%s/%s", directory_path, f->name);
260 * reached under the specified directory_path, using the specified algorithm.
265 const char *directory_path,
276 if (recurse(algorithm, directory_path, &out) < 0) {
264 get_recursive_hash_manifest(HashAlgorithm algorithm, const char *directory_path, char **output_string) argument

Completed in 67 milliseconds