HomeSort by relevance Sort by last modified time
    Searched refs:path_prefix (Results 1 - 16 of 16) sorted by null

  /external/autotest/client/cros/
dbus_util.py 48 dbus_interface, path_prefix=None,
57 @param path_prefix: string prefix of DBus path to filter for. If not
79 if path_prefix is not None:
82 if path.startswith(path_prefix)]
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
common.py 246 def _process_path_prefix(path_prefix):
250 path_prefix: a Google Cloud Storage path prefix of format '/bucket/prefix'
259 _validate_path(path_prefix)
260 if not _GCS_PATH_PREFIX_REGEX.match(path_prefix):
262 'or /bucket/prefix but got %s.' % path_prefix)
263 bucket_name_end = path_prefix.find('/', 1)
264 bucket = path_prefix
267 bucket = path_prefix[:bucket_name_end]
268 prefix = path_prefix[bucket_name_end + 1:] or None
cloudstorage_api.py 188 def listbucket(path_prefix, marker=None, prefix=None, max_keys=None,
199 In this mode, the "path_prefix" argument should end in the delimiter
207 path_prefix: A Google Cloud Storage path of format "/bucket" or
209 path_prefix will be returned.
212 prefix: Deprecated. Use path_prefix.
253 common.validate_bucket_path(path_prefix)
254 bucket = path_prefix
256 bucket, prefix = common._process_path_prefix(path_prefix)
  /external/libweave/examples/provider/
event_http_server.h 32 void AddHttpRequestHandler(const std::string& path_prefix,
34 void AddHttpsRequestHandler(const std::string& path_prefix,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
connection.py 108 def get_all_groups(self, path_prefix='/', marker=None, max_items=None):
112 :type path_prefix: string
113 :param path_prefix: If provided, only groups whose paths match
127 if path_prefix:
128 params['PathPrefix'] = path_prefix
314 def get_all_users(self, path_prefix='/', marker=None, max_items=None):
318 :type path_prefix: string
319 :param path_prefix: If provided, only users whose paths match
332 params = {'PathPrefix': path_prefix}
702 def list_server_certs(self, path_prefix='/'
    [all...]
  /external/autotest/client/site_tests/peerd_MonitorsDBusConnections/
peerd_MonitorsDBusConnections.py 27 path_prefix=peerd_config.DBUS_PATH_SELF,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 62 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
65 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
81 if (len > sizeof(path_prefix) - 100) {
97 internal_snprintf(path_prefix, kMaxPathLength, "%s", path);
sanitizer_common.h 200 char path_prefix[kMaxPathLength]; member in struct:__sanitizer::ReportFile
201 // Full path to report, obtained as <path_prefix>.PID
  /external/libweave/src/
weave_unittest.cc 256 [this](const std::string& path_prefix,
258 http_handlers_[path_prefix] = cb;
262 [this](const std::string& path_prefix,
264 https_handlers_[path_prefix] = cb;
  /external/netperf/src/
nettest_unix.c 82 path_prefix[32];
135 strcpy(path_prefix,"/tmp");
818 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
81 path_prefix[32]; variable
    [all...]
  /bionic/libc/tzcode/
localtime.c 2328 const char* path_prefix = getenv(path_prefix_variable); local
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 265 define 210 string path_prefix

Completed in 1182 milliseconds