Home
last modified time | relevance | path

Searched defs:relative_path (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/python/asn1crypto/tests/
Dtest_x509.py29 def _load_cert(self, relative_path): argument
555 def signature_algo(self, relative_path, signature_algo, hash_algo): argument
630 def critical_extensions(self, relative_path, critical_extensions): argument
710 def subject_directory_attributes_value(self, relative_path, sda_value): argument
785 def key_identifier_value(self, relative_path, key_identifier_value): argument
860 def key_usage_value(self, relative_path, key_usage_value): argument
939 def subject_alt_name_value(self, relative_path, subject_alt_name_value): argument
1014 def basic_constraints_value(self, relative_path, basic_constraints_value): argument
1128 def name_constraints_value(self, relative_path, name_constraints_value): argument
1237 def crl_distribution_points_value(self, relative_path, crl_distribution_points_value): argument
[all …]
Dtest_pem.py60 def detect(self, relative_path, is_pem): argument
110 def unarmor(self, relative_path, expected_bytes_filename, expected_type_name, expected_headers): argument
139 def armor(self, expected_bytes_filename, relative_path, type_name, headers): argument
Dtest_keys.py406 def sha1(self, relative_path, sha1): argument
434 def sha256(self, relative_path, sha256): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c112 int enable_controllers(const char *relative_path, const char *controllers) in enable_controllers()
152 int write_cgroup_file(const char *relative_path, const char *file, in write_cgroup_file()
173 int write_cgroup_file_parent(const char *relative_path, const char *file, in write_cgroup_file_parent()
271 int join_cgroup(const char *relative_path) in join_cgroup()
287 int join_parent_cgroup(const char *relative_path) in join_parent_cgroup()
345 int create_and_get_cgroup(const char *relative_path) in create_and_get_cgroup()
373 unsigned long long get_cgroup_id(const char *relative_path) in get_cgroup_id()
/aosp_15_r20/external/perfetto/src/base/test/
H A Dtmp_dir_tree.cc40 void TmpDirTree::AddDir(const std::string& relative_path) { in AddDir()
45 void TmpDirTree::AddFile(const std::string& relative_path, in AddFile()
54 void TmpDirTree::TrackFile(const std::string& relative_path) { in TrackFile()
/aosp_15_r20/external/libchrome/mojo/core/test/
H A Dtest_support_impl.cc28 base::FilePath ResolveSourceRootRelativePath(const char* relative_path) { in ResolveSourceRootRelativePath()
61 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) { in OpenSourceRootRelativeFile()
66 const char* relative_path) { in EnumerateSourceRootRelativeDirectory()
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dtest-data-test-utils.h28 inline std::string GetTestDataPath(const std::string& relative_path) { in GetTestDataPath()
32 inline std::string GetTestFileContent(const std::string& relative_path) { in GetTestFileContent()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Drunfiles_nobazel.cc26 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath()
41 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath()
H A Drunfiles_bazel.cc25 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath()
44 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dresource.py21 def relative_path(self): member in Resource
35 def name_from_relative_path(relative_path): argument
/aosp_15_r20/external/libchrome/mojo/public/tests/
H A Dtest_support_private.cc31 FILE* MojoTestSupportOpenSourceRootRelativeFile(const char* relative_path) { in MojoTestSupportOpenSourceRootRelativeFile()
39 const char* relative_path) { in MojoTestSupportEnumerateSourceRootRelativeDirectory()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp65 auto relative_path = (std::string(kLogDirName) + "/") + file_name; in PerEnvironmentLogPath() local
75 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + file_name; in PerEnvironmentGrpcSocketPath() local
/aosp_15_r20/external/zlib/google/
H A Dzip_writer.cc204 const base::FilePath& relative_path = relative_paths[i]; in AddMixedEntries() local
246 const base::FilePath& relative_path = relative_paths[i]; in AddFileEntries() local
/aosp_15_r20/tools/acloud/public/actions/
H A Dremote_host_cf_device_factory.py133 def _GetInstancePath(self, relative_path=""): argument
148 def _GetArtifactPath(self, relative_path=""): argument
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dbase_api.py105 relative_path = messages.StringField(1) variable in ApiMethodInfo
169 def __init__(self, base_url, relative_path=None, query_params=None): argument
576 relative_path=None): argument
/aosp_15_r20/packages/modules/common/build/
Dmainline_modules_sdks_test.py552 def path_to_test_data(relative_path): argument
572 def read_test_data(relative_path): argument
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dresource_loader.cc26 std::string GetDataDependencyFilepath(const std::string& relative_path) { in GetDataDependencyFilepath()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Dtest_util.cc30 std::string GetWavFilePath(const std::string& relative_path) { in GetWavFilePath()
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v2/
H A Ddiagnostic_config.proto51 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/libchrome/mojo/public/cpp/test_support/lib/
H A Dtest_support.cc13 const std::string& relative_path) { in EnumerateSourceRootRelativeDirectory()
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/
H A Ddiagnostic_config.proto49 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1/
H A Ddiagnostic_config.proto49 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/libchrome/mojo/public/cpp/test_support/
H A Dtest_support.h24 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { in OpenSourceRootRelativeFile()
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v2/
H A Dfile.proto38 string relative_path = 2; field
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/
H A Dfile.proto38 string relative_path = 2; field

12345