Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dzipio.py61 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/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttparchive.py217 def get_requests(self, command=None, host=None, full_path=None, is_ssl=None, argument
222 if r.matches(command, None, full_path, is_ssl,
226 if r.matches(command, host, full_path, is_ssl,
229 def ls(self, command=None, host=None, full_path=None): argument
232 '%s\n' % r for r in self.get_requests(command, host, full_path)))
234 def cat(self, command=None, host=None, full_path=None): argument
237 for request in self.get_requests(command, host, full_path):
267 def stats(self, command=None, host=None, full_path=None): argument
269 matching_requests = self.get_requests(command, host, full_path)
325 def edit(self, command=None, host=None, full_path=None): argument
[all …]
Drules_parser_test.py39 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)
Dcustomhandlers.py93 if request.full_path.startswith(prefix):
94 return handler(request, request.full_path[len(prefix):])
Dhttparchive_test.py100 request2.command, request2.host, request2.full_path, use_query=True))
102 request2.command, request2.host, request2.full_path, use_query=False))
107 request2.command, None, request2.full_path, use_query=False))
114 request2.command, None, request2.full_path, use_query=False))
/external/fio/lib/
Dlinux-dev-lookup.c23 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/
Dantglob.py114 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/dtc/tests/
Dpath_offset_aliases.c31 static void check_alias(void *fdt, const char *full_path, const char *alias_path) in check_alias() argument
35 offset = fdt_path_offset(fdt, full_path); in check_alias()
40 full_path, offset, alias_path, offset_a); in check_alias()
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dgenerator.py27 def WriteFile(contents, full_path): argument
29 full_dir = os.path.dirname(full_path)
33 with open(full_path, "w+") as f:
77 full_path = os.path.join(self.output_dir, filename)
78 WriteFile(contents, full_path)
/external/libchrome/base/files/
Dfile_enumerator_posix.cc96 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()
Dfile_util_posix.cc193 char full_path[PATH_MAX]; in MakeAbsoluteFilePath() local
194 if (realpath(input.value().c_str(), full_path) == NULL) in MakeAbsoluteFilePath()
196 return FilePath(full_path); in MakeAbsoluteFilePath()
592 bool CreateDirectoryAndGetError(const FilePath& full_path, in CreateDirectoryAndGetError() argument
598 FilePath last_path = full_path; in CreateDirectoryAndGetError()
599 subpaths.push_back(full_path); in CreateDirectoryAndGetError()
600 for (FilePath path = full_path.DirName(); in CreateDirectoryAndGetError()
/external/v8/tools/sanitizers/
Dsancov_formatter_test.py216 full_path = os.path.join(output_dir, file_name)
217 self.assertTrue(os.path.exists(full_path))
218 with open(full_path) as f:
/external/autotest/server/hosts/
Dteststation_host.py154 full_path = readlink_result.stdout.splitlines()[0]
157 unzip_dest = unzip_dest or os.path.dirname(full_path)
160 return full_path
/external/autotest/site_utils/
Dacts_lib.py403 full_path = self.upload_file(full_name, full_name)
404 self.configs[config_file] = full_path
406 return full_path
421 full_path = self.upload_file(full_name, full_name)
422 self.campaigns[campaign_file] = full_path
424 return full_path
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
/external/libpcap/
Dpcap-usb-linux.c343 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/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Ddesktop_browser_finder.py270 full_path = path_module.FindInstalledWindowsApplication(
272 if full_path:
274 browser_name, finder_options, full_path,
275 None, False, os.path.dirname(full_path)))
/external/jsoncpp/
Ddoxybuild.py21 full_path = os.path.join(directory, name)
22 if os.path.isfile(full_path):
23 return full_path
/external/autotest/utils/
Dtest_importer.py132 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/webrtc/webrtc/base/
Dhttpcommon_unittest.cc32 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()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c502 char full_path[PATH_MAX + 1 + 1]; /* Add one for '\0' and another to exceed the PATH_MAX limit, see… variable
814 strcpy(full_path, cwd); in creat_path_max()
816 strcat(full_path, path1); in creat_path_max()
818 size = strlen(full_path); in creat_path_max()
820 strcat(full_path, "/"); in creat_path_max()
822 strcat(full_path, "Z"); in creat_path_max()
837 if (strlen(full_path) == (PATH_MAX + 1)) in ck_path_max()
1310 TEST(symlink(tc_ptr->fn_arg[0], full_path)); in do_ENAMETOOLONG()
1313 if (see_if_a_symlink(full_path) == -1) { in do_ENAMETOOLONG()
1331 ret = readlink(full_path, scratch, strlen(full_path)); in do_ENAMETOOLONG()
/external/autotest/client/cros/cellular/wardmodem/
Dmodem_configuration.py175 full_path = os.path.join(dir_name, CONF_DIR_NAME, conf_file)
177 execfile(full_path, conf)
/external/boringssl/src/util/bot/go/
Dbootstrap.py281 full_path = os.path.join(root, basename + EXE_SFX)
282 if os.path.exists(full_path):
283 return full_path
/external/fio/
Ddiskutil.c367 char full_path[256]; in find_block_dir() local
372 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name); in find_block_dir()
375 if (!check_dev_match(majdev, mindev, full_path)) { in find_block_dir()
382 if (stat(full_path, &st) == -1) { in find_block_dir()
387 if (lstat(full_path, &st) == -1) { in find_block_dir()
396 found = find_block_dir(majdev, mindev, full_path, 0); in find_block_dir()
398 strcpy(path, full_path); in find_block_dir()
/external/valgrind/tests/
Dcheck_headers_and_includes146 my $full_path = defined $path ? "$path/$file" : $file;
147 process_dir($full_path, $file, $depth + 1);

12