/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_post.c | 47 afilecon->path_str = "foo"; in test_cil_post_filecon_compare_meta_a_not_b() 50 bfilecon->path_str = "foo"; in test_cil_post_filecon_compare_meta_a_not_b() 65 afilecon->path_str = "foo"; in test_cil_post_filecon_compare_meta_b_not_a() 68 bfilecon->path_str = "foo"; in test_cil_post_filecon_compare_meta_b_not_a() 83 afilecon->path_str = ".$({"; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b() 86 bfilecon->path_str = "."; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b() 101 afilecon->path_str = ".$({"; in test_cil_post_filecon_compare_type_atype_greater_btype() 105 bfilecon->path_str = ".$({"; in test_cil_post_filecon_compare_type_atype_greater_btype() 120 afilecon->path_str = ".$({"; in test_cil_post_filecon_compare_type_btype_greater_atype() 124 bfilecon->path_str = ".$({"; in test_cil_post_filecon_compare_type_btype_greater_atype() [all …]
|
/external/dbus/dbus/ |
D | dbus-server-unix.c | 233 DBusString path_str; in _dbus_server_new_for_domain_socket() local 243 _dbus_string_init_const (&path_str, path); in _dbus_server_new_for_domain_socket() 248 !_dbus_address_append_escaped (&address, &path_str)) in _dbus_server_new_for_domain_socket()
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
D | bluetooth_SDP_ServiceSearchRequestBasic.py | 89 path_str = self.FAKE_SERVICES_PATH + str(num) 93 self.device.register_profile(path_str, uuid_str, {})
|
/external/webrtc/talk/media/devices/ |
D | win32devicemanager.cc | 210 std::string name_str, path_str; in GetDevices() local 217 path_str = rtc::ToUtf8(path.bstrVal); in GetDevices() 220 devices->push_back(Device(name_str, path_str)); in GetDevices()
|
/external/libchrome/base/files/ |
D | file_path.cc | 547 StringType path_str; in AsEndingWithSeparator() local 548 path_str.reserve(path_.length() + 1); // Only allocate string once. in AsEndingWithSeparator() 550 path_str = path_; in AsEndingWithSeparator() 551 path_str.append(&kSeparators[0], 1); in AsEndingWithSeparator() 552 return FilePath(path_str); in AsEndingWithSeparator()
|
D | file_util_posix.cc | 204 const char* path_str = path.value().c_str(); in DeleteFile() local 206 int test = CallLstat(path_str, &file_info); in DeleteFile() 213 return (unlink(path_str) == 0); in DeleteFile() 215 return (rmdir(path_str) == 0); in DeleteFile()
|
/external/lldb/source/Symbol/ |
D | SymbolContext.cpp | 887 char path_str[PATH_MAX + 1]; in GetDescription() local 899 m_module_sp->GetFileSpec().GetPath (path_str, PATH_MAX); in GetDescription() 900 s->Printf ("Module: %s\n", path_str); in GetDescription() 908 m_file_spec_ap->GetPath (path_str, PATH_MAX); in GetDescription() 910 s->Printf ("File: %s", path_str); in GetDescription()
|
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 120 char *a_path = cil_malloc(strlen(a_filecon->path_str) + 1); in cil_post_filecon_compare() 122 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1); in cil_post_filecon_compare() 124 strcat(a_path, a_filecon->path_str); in cil_post_filecon_compare() 125 strcat(b_path, b_filecon->path_str); in cil_post_filecon_compare() 181 rc = strcmp(agenfscon->path_str, bgenfscon->path_str); in cil_post_genfscon_compare()
|
D | cil_internal.h | 708 char *path_str; member 747 char *path_str; member
|
D | cil_copy_ast.c | 1115 new->path_str = orig->path_str; in cil_copy_genfscon() 1136 new->path_str = orig->path_str; in cil_copy_filecon()
|
D | cil.c | 1492 str_len += strlen(filecon->path_str); in cil_filecons_to_string() 1531 buf_pos = sprintf(str_tmp, "%s", filecon->path_str); in cil_filecons_to_string() 2209 (*filecon)->path_str = NULL; in cil_filecon_init() 2242 (*genfscon)->path_str = NULL; in cil_genfscon_init()
|
D | cil_tree.c | 1303 cil_log(CIL_INFO, " %s %d", filecon->path_str, filecon->type); in cil_tree_print_node() 1366 cil_log(CIL_INFO, " %s %s", genfscon->fs_str, genfscon->path_str); in cil_tree_print_node()
|
D | cil_policy.c | 143 fprintf(file_arr[NETIFCONS], "%s ", genfscon->path_str); in cil_genfscon_to_policy()
|
D | cil_build_ast.c | 4169 filecon->path_str = parse_current->next->data; in cil_gen_filecon() 4448 genfscon->path_str = parse_current->next->next->data; in cil_gen_genfscon()
|
D | cil_binary.c | 3181 new_ocon->u.name = cil_strdup(cil_genfscon->path_str); in cil_genfscon_to_policydb()
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 687 std::string path_str (final_path); in ParseArgs() local 688 m_option_data.m_source_command_files.push_back (path_str); in ParseArgs()
|