/external/dbus/bus/ |
D | config-parser-trivial.c | 345 check_return_values (const DBusString *full_path) in check_return_values() argument 357 printf ("Testing values from: %s\n", _dbus_string_get_const_data (full_path)); in check_return_values() 359 parser = bus_config_load (full_path, TRUE, NULL, &error); in check_return_values() 420 do_load (const DBusString *full_path, in do_load() argument 429 parser = bus_config_load (full_path, TRUE, NULL, &error); in do_load() 473 const DBusString *full_path; member 482 return do_load (d->full_path, d->validity, TRUE); in check_loader_oom_func() 536 DBusString full_path; in process_test_valid_subdir() local 539 if (!_dbus_string_init (&full_path)) in process_test_valid_subdir() 542 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)) in process_test_valid_subdir() [all …]
|
D | config-parser.c | 2076 DBusString *full_path) in make_full_path() argument 2080 return _dbus_string_copy (filename, 0, full_path, 0); in make_full_path() 2084 if (!_dbus_string_copy (basedir, 0, full_path, 0)) in make_full_path() 2087 if (!_dbus_concat_dir_and_file (full_path, filename)) in make_full_path() 2228 DBusString full_path; in include_dir() local 2230 if (!_dbus_string_init (&full_path)) in include_dir() 2236 if (!_dbus_string_copy (dirname, 0, &full_path, 0)) in include_dir() 2239 _dbus_string_free (&full_path); in include_dir() 2243 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in include_dir() 2246 _dbus_string_free (&full_path); in include_dir() [all …]
|
D | activation-helper.c | 55 DBusString full_path; in desktop_file_for_name() local 69 if (!_dbus_string_init (&full_path)) in desktop_file_for_name() 93 _dbus_string_set_length (&full_path, 0); in desktop_file_for_name() 96 if (!_dbus_string_append (&full_path, dir) || in desktop_file_for_name() 97 !_dbus_concat_dir_and_file (&full_path, &filename)) in desktop_file_for_name() 103 _dbus_verbose ("Trying to load file '%s'\n", _dbus_string_get_data (&full_path)); in desktop_file_for_name() 104 desktop_file = bus_desktop_file_load (&full_path, &tmp_error); in desktop_file_for_name() 109 _dbus_string_get_const_data (&full_path), in desktop_file_for_name() 136 _dbus_string_free (&full_path); in desktop_file_for_name()
|
D | activation.c | 588 DBusString full_path; in update_directory() local 603 if (!_dbus_string_init (&full_path)) in update_directory() 629 _dbus_string_set_length (&full_path, 0); in update_directory() 647 if (!_dbus_string_append (&full_path, s_dir->dir_c) || in update_directory() 648 !_dbus_concat_dir_and_file (&full_path, &filename)) in update_directory() 655 desktop_file = bus_desktop_file_load (&full_path, &tmp_error); in update_directory() 659 _dbus_string_get_const_data (&full_path), in update_directory() 681 _dbus_string_get_const_data (&full_path), tmp_error.message); in update_directory() 717 _dbus_string_free (&full_path); in update_directory() 2244 DBusString file_name, full_path; in test_create_service_file() local [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | zipio.py | 61 full_path = path 76 _errno.ENOENT, full_path, 81 _errno.ENOENT, full_path, 96 full_path = path 107 _errno.ENOENT, full_path, 115 _errno.ENOENT, full_path, 129 full_path = path 140 _errno.ENOENT, full_path, 169 _errno.ENOENT, full_path, 176 _errno.ENOENT, full_path, [all …]
|
/external/dbus/dbus/ |
D | dbus-auth-util.c | 85 DBusString full_path; in process_test_subdir() local 87 if (!_dbus_string_init (&full_path)) in process_test_subdir() 90 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)) in process_test_subdir() 93 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_subdir() 100 _dbus_string_free (&full_path); in process_test_subdir() 106 if (!_dbus_auth_script_run (&full_path)) in process_test_subdir() 108 _dbus_string_free (&full_path); in process_test_subdir() 112 _dbus_string_free (&full_path); in process_test_subdir()
|
D | dbus-server-unix.c | 89 DBusString full_path; in _dbus_server_listen_platform_specific() local 92 if (!_dbus_string_init (&full_path)) in _dbus_server_listen_platform_specific() 100 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific() 108 !_dbus_string_append (&full_path, tmpdir) || in _dbus_server_listen_platform_specific() 109 !_dbus_concat_dir_and_file (&full_path, &filename)) in _dbus_server_listen_platform_specific() 111 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific() 120 _dbus_server_new_for_domain_socket (_dbus_string_get_const_data (&full_path), in _dbus_server_listen_platform_specific() 128 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific()
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | rules_parser_test.py | 39 self.assertEquals(True, log_url(FakeRequest(full_path='/ss'), None)) 40 self.assertEquals(True, log_url(FakeRequest(full_path='/ssxxxx'), None)) 41 self.assertEquals(True, log_url(FakeRequest(full_path='/blah'), None)) 42 self.assertEquals(None, log_url(FakeRequest(full_path='/blahxxx'), None)) 43 self.assertEquals(None, log_url(FakeRequest(full_path='/'), None)) 74 def __new__(cls, command='GET', host='example.com', full_path='/', argument 77 cls, command, host, full_path, request_body, headers or {}, is_ssl)
|
D | httparchive.py | 216 def get_requests(self, command=None, host=None, full_path=None, is_ssl=None, argument 221 if r.matches(command, None, full_path, is_ssl, 225 if r.matches(command, host, full_path, is_ssl, 228 def ls(self, command=None, host=None, full_path=None): argument 231 '%s\n' % r for r in self.get_requests(command, host, full_path))) 233 def cat(self, command=None, host=None, full_path=None): argument 236 for request in self.get_requests(command, host, full_path): 266 def stats(self, command=None, host=None, full_path=None): argument 268 matching_requests = self.get_requests(command, host, full_path) 324 def edit(self, command=None, host=None, full_path=None): argument [all …]
|
/external/fio/lib/ |
D | linux-dev-lookup.c | 23 char full_path[256]; in blktrace_lookup_device() local 28 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name); in blktrace_lookup_device() 29 if (lstat(full_path, &st) == -1) { in blktrace_lookup_device() 35 found = blktrace_lookup_device(redirect, full_path, in blktrace_lookup_device() 38 strcpy(path, full_path); in blktrace_lookup_device() 58 strcpy(path, full_path); in blktrace_lookup_device()
|
/external/jsoncpp/devtools/ |
D | antglob.py | 114 def apply_filter( full_path, filter_rexs ): argument 117 if rex.match( full_path ): 126 full_path = os.path.join( dir_path, entry ) 128 is_dir = os.path.isdir( full_path ) 131 child_dirs.append( full_path ) 132 included = apply_filter( full_path, include_filter ) 133 rejected = apply_filter( full_path, exclude_filter ) 137 link = os.path.islink( full_path ) 138 is_file = os.path.isfile( full_path )
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
D | key.py | 39 self.full_path = name 49 self.full_path = '<STDIN>' 52 self.full_path = '<STDOUT>' 57 return 'file://' + self.full_path 80 key_file = open(self.full_path, 'rb') 126 if not replace and os.path.exists(self.full_path): 128 key_file = open(self.full_path, 'wb')
|
/external/skia/tools/ |
D | generate_includes_cpp.py | 16 def is_ignored(full_path, ignore_list): argument 18 if re.search(ignore_path, full_path, re.I): 39 full_path = posixpath.join(top_dir, filename) 40 if is_ignored(full_path, ignore_list): 42 elif os.path.isdir(full_path): 43 nested_headers = find_header_files([full_path], ignore_list)
|
/external/skia/platform_tools/android/gyp_gen/ |
D | android_framework_gyp.py | 77 full_path = os.path.join(target_dir, target_file) 78 args.extend([full_path]) 92 gypd_file = full_path + 'd'
|
/external/autotest/client/bin/ |
D | cpuset.py | 83 def full_path(container_name): function 104 return os.path.join(full_path(container_name), 'tasks') 156 mem_files_pattern = os.path.join(full_path(parent), 232 mem_files_pattern = os.path.join(full_path(parent_container), 329 pattern = os.path.join(full_path(parent), '*/tasks') 336 nest_path = full_path(nest) 439 os.mkdir(full_path(name)) 450 os.mkdir(full_path(name)) 528 if os.path.exists(full_path(name)):
|
/external/libchrome/base/files/ |
D | file_enumerator_posix.cc | 96 FilePath full_path = root_path_.Append(i->filename_); in Next() local 97 if (ShouldSkip(full_path)) in Next() 101 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE)) in Next() 105 pending_paths_.push(full_path); in Next()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/awslambda/ |
D | test_awslambda.py | 68 full_path = os.path.join(rootdir, filename) 70 with open(full_path, 'wb') as f: 73 with open(full_path, 'rb') as f:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
D | gen_client_lib.py | 37 full_path = urllib_parse.urljoin( 40 if api_path_component not in full_path: 41 return full_path, '' 42 prefix, _, suffix = full_path.rpartition(api_path_component)
|
/external/libpcap/ |
D | pcap-usb-linux.c | 343 char full_path[USB_LINE_LEN]; in usb_activate() local 366 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index); in usb_activate() 367 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate() 405 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index); in usb_activate() 406 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate() 415 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index); in usb_activate() 416 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate() 421 "Can't open USB bus file %s: %s", full_path, strerror(errno)); in usb_activate()
|
/external/autotest/utils/ |
D | test_importer.py | 132 full_path = os.path.join(autotest_dir, test.path) 133 if not os.path.isfile(full_path): 139 full_path = os.path.join(autotest_dir, "client", "profilers", 141 if not os.path.exists(full_path): 156 full_path = os.path.join(autotest_dir, test.path) 162 full_path = os.path.join(autotest_dir, "client", "profilers",
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 62 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 65 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 67 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary() 71 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
D | logging.h | 262 void StripBasename(const std::string &full_path, std::string *filename) { in StripBasename() argument 265 size_t pos = full_path.rfind(kSeparator); in StripBasename() 267 *filename = full_path.substr(pos + 1, std::string::npos); in StripBasename() 269 *filename = full_path; in StripBasename()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | desktop_browser_finder.py | 271 full_path = path_module.FindInstalledWindowsApplication( 273 if full_path: 275 browser_name, finder_options, full_path, 276 None, False, os.path.dirname(full_path)))
|
/external/jsoncpp/ |
D | doxybuild.py | 21 full_path = os.path.join(directory, name) 22 if os.path.isfile(full_path): 23 return full_path
|
/external/webrtc/webrtc/base/ |
D | httpcommon_unittest.cc | 32 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str()); in TEST() 46 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str()); in TEST() 69 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str()); in TEST()
|