Home
last modified time | relevance | path

Searched defs:root_dir (Results 1 – 25 of 125) sorted by relevance

12345

/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Daconfigd.rs35 pub root_dir: PathBuf, field
468 let root_dir = StorageRootDirMock::new(); in test_new_storage_request() localVariable
531 let root_dir = StorageRootDirMock::new(); in test_server_on_boot_flag_override_request() localVariable
557 let root_dir = StorageRootDirMock::new(); in test_local_on_boot_flag_override_request() localVariable
583 let root_dir = StorageRootDirMock::new(); in test_local_immediate_flag_override_request() localVariable
609 let root_dir = StorageRootDirMock::new(); in test_negative_flag_override_request() localVariable
628 let root_dir = StorageRootDirMock::new(); in test_ota_flag_staging_request() localVariable
659 let root_dir = StorageRootDirMock::new(); in test_flag_querry_request() localVariable
723 let root_dir = StorageRootDirMock::new(); in test_negative_flag_querry_request() localVariable
742 let root_dir = StorageRootDirMock::new(); in test_remove_single_local_override_request() localVariable
[all …]
Dstorage_files_manager.rs31 pub root_dir: PathBuf, field
443 let root_dir = StorageRootDirMock::new(); in test_add_storage_files_from_pb() localVariable
488 let root_dir = StorageRootDirMock::new(); in test_add_storage_files_from_container() localVariable
560 let root_dir = StorageRootDirMock::new(); in test_simple_update_container_storage_files() localVariable
646 let root_dir = StorageRootDirMock::new(); in test_overrides_after_update_container_storage_files() localVariable
704 let root_dir = StorageRootDirMock::new(); in test_apply_all_staged_overrides() localVariable
750 let root_dir = StorageRootDirMock::new(); in test_reset_all_storage() localVariable
775 let root_dir = StorageRootDirMock::new(); in test_override_flag_server_on_reboot() localVariable
811 let root_dir = StorageRootDirMock::new(); in test_override_flag_local_on_reboot() localVariable
847 let root_dir = StorageRootDirMock::new(); in test_override_flag_local_immediate() localVariable
[all …]
Dstorage_files.rs1054 let root_dir = StorageRootDirMock::new(); in test_create_storage_file_from_container() localVariable
1123 let root_dir = StorageRootDirMock::new(); in test_create_storage_file_from_pb() localVariable
1191 let root_dir = StorageRootDirMock::new(); in test_get_package_flag_context() localVariable
1238 let root_dir = StorageRootDirMock::new(); in test_has_package() localVariable
1247 let root_dir = StorageRootDirMock::new(); in test_get_flag_attribute() localVariable
1266 let root_dir = StorageRootDirMock::new(); in test_get_server_flag_value() localVariable
1282 let root_dir = StorageRootDirMock::new(); in test_get_boot_flag_value() localVariable
1297 let root_dir = StorageRootDirMock::new(); in test_get_default_flag_value() localVariable
1312 let root_dir = StorageRootDirMock::new(); in test_get_local_flag_value() localVariable
1327 let root_dir = StorageRootDirMock::new(); in test_stage_server_override() localVariable
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Dcopy_test.cpp64 fs::path root_dir = fs::unique_path(); in create_tree() local
86 directory_tree collect_directory_tree(fs::path const& root_dir) in collect_directory_tree()
105 void test_copy_file_default(fs::path const& root_dir) in test_copy_file_default()
127 void test_copy_dir_default(fs::path const& root_dir, bool with_symlinks) in test_copy_dir_default()
153 void test_copy_dir_default_ec(fs::path const& root_dir, bool with_symlinks) in test_copy_dir_default_ec()
184 void test_copy_dir_recursive(fs::path const& root_dir) in test_copy_dir_recursive()
214 void test_copy_dir_recursive_tree(fs::path const& root_dir) in test_copy_dir_recursive_tree()
233 void test_copy_file_symlinks(fs::path const& root_dir) in test_copy_file_symlinks()
269 void test_copy_errors(fs::path const& root_dir, bool symlinks_supported) in test_copy_errors()
302 fs::path root_dir = create_tree(); in main() local
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/
H A Dbuild_helpers.py35 def RunGnCommand(args, root_dir=None): argument
54 def RunGnCheck(root_dir=None): argument
69 def RunNinjaCommand(args, root_dir=None): argument
88 def GetCompilationDb(root_dir=None): argument
/aosp_15_r20/test/app_compat/csuite/tools/script/
Dgenerate_module.py90 root_dir, argument
120 def remove_existing_package_files(root_dir): argument
151 def _generate_module_files(package_name, root_dir, build_module_template, argument
173 def _create_package_dir(root_dir, package_name): argument
/aosp_15_r20/external/webrtc/tools_webrtc/sslroots/
H A Dgenerate_sslroots.py99 def _GenCFiles(root_dir, options, bundle_type): argument
140 def _Cleanup(root_dir): argument
146 def _CreateCertSection(root_dir, source_file, label, options): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dshutil.py900 owner=None, group=None, logger=None, root_dir=None): argument
970 logger=None, owner=None, group=None, root_dir=None): argument
1083 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dshutil.py900 owner=None, group=None, logger=None, root_dir=None): argument
970 logger=None, owner=None, group=None, root_dir=None): argument
1083 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
H A Dshutil.py900 owner=None, group=None, logger=None, root_dir=None): argument
970 logger=None, owner=None, group=None, root_dir=None): argument
1083 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/aosp_15_r20/external/python/cpython3/Lib/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dshutil.py900 owner=None, group=None, logger=None, root_dir=None): argument
970 logger=None, owner=None, group=None, root_dir=None): argument
1083 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
/aosp_15_r20/external/libbrillo/brillo/
H A Dosrelease_reader.cc24 void OsReleaseReader::LoadTestingOnly(const base::FilePath& root_dir) { in LoadTestingOnly()
28 void OsReleaseReader::Load(const base::FilePath& root_dir) { in Load()
/aosp_15_r20/external/cronet/build/android/
H A Dgenerate_jacoco_report.py83 def _GetFilesWithSuffix(root_dir, suffix): argument
101 def _GetExecFiles(root_dir, exclude_substr=None): argument
/aosp_15_r20/external/angle/build/android/
H A Dgenerate_jacoco_report.py83 def _GetFilesWithSuffix(root_dir, suffix): argument
101 def _GetExecFiles(root_dir, exclude_substr=None): argument
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_test_mock.h29 TemporaryDir root_dir; member
61 TemporaryDir root_dir; member
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_util.py246 def _get_rust_targets(targets, rust_modules_info, root_dir): argument
279 def _get_relative_path(target, root_dir): argument
/aosp_15_r20/external/federated-compute/fcp/client/cache/
H A Dtemp_files_test.cc49 std::filesystem::path root_dir(root_dir_); in SetUp() local
97 std::filesystem::path root_dir(root_dir_); in TEST_F() local
/aosp_15_r20/external/perfetto/python/generators/diff_tests/
H A Dutils.py56 def get_env(root_dir): argument
122 def serialize_python_trace(root_dir, trace_descriptor_path, python_trace_path, argument
/aosp_15_r20/art/libarttools/
H A Dtools.cc130 const std::filesystem::path& root_dir, in MatchGlobRecursive()
164 std::vector<std::string> Glob(const std::vector<std::string>& patterns, std::string_view root_dir) { in Glob()

12345