Searched refs:paths (Results 1 - 12 of 12) sorted by relevance

/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py102 # Map from filename to binary paths.
107 paths = filename_dict.get(filename)
108 if paths is None:
109 filename_dict[filename] = paths = []
110 paths.append(binary)
116 paths = filename_dict.get(file)
117 if paths is not None:
121 for binary in paths:
/system/vold/
H A DExt4Crypt.cpp219 const std::vector<std::string>& paths,
221 if (paths.empty()) {
227 if (paths[0] < candidate) {
238 const std::vector<std::string>& paths) {
239 for (auto const other_path: paths) {
257 auto const paths = get_ce_key_paths(directory_path); local
258 for (auto const ce_key_path: paths) {
262 fixate_user_ce_key(directory_path, ce_key_path, paths);
344 auto const paths = get_ce_key_paths(directory_path); local
346 if (!get_ce_key_new_path(directory_path, paths,
218 get_ce_key_new_path(const std::string& directory_path, const std::vector<std::string>& paths, std::string *ce_key_path) argument
237 fixate_user_ce_key(const std::string& directory_path, const std::string &to_fix, const std::vector<std::string>& paths) argument
646 auto const paths = get_ce_key_paths(directory_path); local
658 auto const paths = get_ce_key_paths(directory_path); local
[all...]
H A DVolumeManager.cpp1289 char *paths[] = { mountPoint, NULL }; local
1291 FTS *fts = fts_open(paths, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL);
1946 // Only offer to create directories for paths managed by vold
/system/sepolicy/tools/
H A Dcheckfc.c240 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[]) argument
249 opts[1].value = paths[i];
252 fprintf(stderr, "Error: could not load context file from %s\n", paths[i]);
/system/extras/su/
H A Dsu.cpp20 #include <paths.h>
/system/core/run-as/
H A Drun-as.cpp19 #include <paths.h>
95 // Look for all sub-paths, we do that by finding
125 // All sub-paths were checked, now verify that the full data
/system/core/adb/
H A Dtest_device.py856 paths = map(lambda temp_file: temp_file.full_path, temp_files)
857 paths.append(subdir)
858 self.device._simple_call(['push'] + paths + [self.DEVICE_TEMP_DIR])
1114 paths = map(lambda temp_file: temp_file.full_path, temp_files)
1115 paths.append(subdir)
1116 self.device._simple_call(['pull'] + paths + [host_dir])
1166 """Ensure that we can support non-ASCII paths, even on Windows."""
H A Dadb_auth_host.cpp390 static void adb_auth_inotify_init(const std::set<std::string>& paths) { argument
399 for (const std::string& path : paths) {
H A Dshell_service.cpp85 #include <paths.h>
/system/core/init/
H A Dinit.cpp24 #include <paths.h>
/system/sepolicy/
H A DAndroid.mk125 # Builds paths for all policy files found in BOARD_SEPOLICY_DIRS.
126 # $(1): the set of policy name paths to build
/system/core/toolbox/
H A Dnewfs_msdos.c54 #include <paths.h>

Completed in 6462 milliseconds