Searched refs:dir (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/system/core/
H A DAndroid.mk16 LOCAL_PATH := $(my-dir)
/system/core/adf/
H A DAndroid.mk16 LOCAL_PATH := $(my-dir)
/system/extras/tests/lib/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/system/bt/embdrv/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/system/bt/embdrv/sbc/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Ddd.h63 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
64 #define ddop_close(dir, a1) dir.ops->op_close(a1)
65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
66 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__)
67 #define ddop_fsync(dir, a1) dir
[all...]
/system/extras/tests/storage/
H A Dopentest.c31 char *dir; local
41 dir = argv[1];
49 if (stat(dir, &statbuf)) {
50 fprintf(stderr, "Cannot stat %s\n", dir);
55 fprintf(stderr, "%s is not a directory!\n", dir);
59 if (access(dir, R_OK | W_OK)) {
60 fprintf(stderr, "No access to %s\n", dir);
70 if (chdir(dir)) {
71 fprintf(stderr, "Cannot chdir to %s\n", dir);
/system/core/mkbootimg/
H A DAndroid.mk2 LOCAL_PATH:= $(call my-dir)
/system/extras/cpustats/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/system/extras/sound/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/system/extras/tests/directiotest/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/schedtest/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/sepolicy/tools/fc_sort/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/core/adb/
H A Dremount_service.cpp39 static std::string find_proc_mount(const char* dir) { argument
47 if (strcmp(dir, e->mnt_dir) == 0) {
55 static std::string find_fstab_mount(const char* dir) { argument
61 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, dir);
69 static std::string find_mount(const char* dir) { argument
70 if (strcmp(dir, "/") == 0) {
71 return find_fstab_mount(dir);
73 return find_proc_mount(dir);
89 static bool remount_partition(int fd, const char* dir) { argument
90 if (!directory_exists(dir)) {
[all...]
/system/extras/ext4_utils/
H A Dext4_crypt_init_extensions.cpp60 int e4crypt_create_device_key(const char* dir, argument
66 std::string unencrypted_dir = std::string(dir) + e4crypt_unencrypted_folder;
108 int e4crypt_set_directory_policy(const char* dir) argument
116 if (!dir || strncmp(dir, "/data/", 6) || strchr(dir + 6, '/')) {
132 if ((prefix + d) == dir) {
133 KLOG_INFO(TAG, "Not setting policy on %s\n", dir);
141 KLOG_ERROR(TAG, "Unable to read system policy to set on %s\n", dir);
151 KLOG_INFO(TAG, "Setting policy on %s\n", dir);
[all...]
H A Dext4_crypt_init_extensions.h27 int ensure_dir_exists(const char* dir));
/system/vold/
H A DKeyStorage.h42 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key);
45 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, std::string* key);
48 bool destroyKey(const std::string& dir);
/system/connectivity/shill/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
179 proto_header_dir := $(call local-generated-sources-dir)/proto/$(shill_parent_dir)
409 proto_header_dir := $(call local-generated-sources-dir)/proto/$(shill_parent_dir)
/system/core/adf/libadf/tests/
H A DAndroid.mk16 LOCAL_PATH := $(my-dir)
/system/core/include/private/
H A Dcanned_fs_config.h23 void canned_fs_config(const char* path, int dir, const char* target_out_path,
/system/update_engine/include/
H A Dupdate_includes.sh34 # generate <kind> <dir> <xml> [xml ...]
35 # Generate a DBus proxy and/or proxy mock in the passed |dir| for the provided
41 local dir="$2"
44 mkdir -p "${MY_DIR}/${dir}"
45 local outdir=$(realpath "${MY_DIR}/${dir}")
51 # Fix the include path to the dbus-proxies.h to include ${dir}.
52 sed "s,include \"dbus-proxies.h\",include \"${dir}/dbus-proxies.h\"," \
/system/core/run-as/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/sane_schedstat/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/uevents/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/sepolicy/
H A Dplatform_app.te12 allow platform_app shell_data_file:dir search;
17 allow platform_app { apk_tmp_file apk_private_tmp_file }:dir rw_dir_perms;
19 allow platform_app apk_private_data_file:dir search;
21 allow platform_app asec_apk_file:dir create_dir_perms;
25 allow platform_app media_rw_data_file:dir create_dir_perms;
29 allow platform_app { cache_file cache_recovery_file }:dir create_dir_perms;
33 auditallow platform_app cache_recovery_file:dir create_dir_perms;
38 allow platform_app mnt_media_rw_file:dir r_dir_perms;
39 allow platform_app vfat:dir create_dir_perms;
58 allow platform_app preloads_data_file:dir r_dir_perm
[all...]

Completed in 1249 milliseconds

1234567891011>>