| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| H A D | hap_manager.cpp | 126 const std::vector<HapResource::ValueUnderQualifierDir *> paths = idValues->GetLimitPathsConst(); in FindQualifierValueByName() local 158 const std::vector<HapResource::ValueUnderQualifierDir *> paths = idValues->GetLimitPathsConst(); in FindQualifierValueById() local
|
| /base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/ |
| H A D | sandbox_manager_service_test.cpp | 808 std::vector<std::string> paths = {"/A/B" }; in HWTEST_F() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | opp.h | 198 struct icc_path **paths; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| H A D | zip_writer.cpp | 156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in WriteEntries() argument 161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in AddEntries() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
| H A D | storage_daemon_test.cpp | 49 std::vector<std::string> paths = { in SetUpTestCase() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
| H A D | hm_symbol_node_build.cpp | 166 std::vector<RSPath> paths; in AddHierarchicalAnimation() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
| H A D | medialibrary_rdbstore.h | 149 DeleteFilesTask(const std::vector<std::string> &ids, const std::vector<std::string> &paths, in DeleteFilesTask() argument
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/ |
| H A D | socperf_common.h | 92 std::vector<std::string> paths;
member in OHOS::ResourceSchedule::GovResNode
|
| /foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
| H A D | b_dir.cpp | 434 vector<string> BDir::GetDirs(const vector<string_view> &paths) in GetDirs() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| H A D | obex_mp_client.cpp | 97 int ObexMpClient::SetPath(const std::vector<std::u16string> &paths) in SetPath() argument
|
| /third_party/eudev/src/shared/ |
| H A D | path-util.c | 508 bool paths_check_timestamp(const char* const* paths, usec_t *timestamp, bool update) { in paths_check_timestamp() argument
|
| /third_party/glfw/tests/ |
| H A D | joysticks.c | 90 static void drop_callback(GLFWwindow* window, int count, const char* paths[]) in drop_callback() argument
|
| /third_party/glfw/src/ |
| H A D | init.c | 184 char** paths = NULL; in _glfwParseUriList() local
|
| /third_party/alsa-utils/axfer/test/ |
| H A D | mapper-test.c | 33 char **paths; member 446 char **paths = NULL; in main() local [all...] |
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-options.c | 52 static int allocate_paths(struct xfer_context *xfer, char *const *paths, in allocate_paths() argument [all...] |
| /third_party/libinput/test/ |
| H A D | litest-int.h | 162 struct list paths; member
|
| /third_party/popt/src/ |
| H A D | poptconfig.c | 394 int poptReadConfigFiles(poptContext con, const char * paths) in poptReadConfigFiles() argument
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | FieldMaskUtil.java | 106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList() argument 115 public static FieldMask fromStringList(Descriptor descriptor, Iterable<String> paths) { in fromStringList() argument 123 fromStringList(Iterable<String> paths) fromStringList() argument 127 fromStringList(Optional<Descriptor> descriptor, Iterable<String> paths) fromStringList() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | module.c | 51 const char *paths, *state = NULL; in pa_module_exists() local
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_namespace_pkgs.py | 72 paths = ['portion1'] variable in SingleNamespacePackage 91 paths = ['portion1'] variable in DynamicPathNamespacePackage 110 paths = ['both_portions'] variable in CombinedNamespacePackages 120 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages 130 paths = ['portion1'] variable in SeparatedNamespacePackagesCreatedWhileRunning 164 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages 187 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage 199 paths variable in SeparatedZipNamespacePackages 211 paths = ['nested_portion1.zip/nested_portion1'] global() variable in SingleNestedZipNamespacePackage 223 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] global() variable in SeparatedNestedZipNamespacePackages 236 paths = ['not_a_namespace_pkg', 'portion1', 'portion2', 'both_portions'] global() variable in LegacySupport 247 paths = ['project1', 'project2'] global() variable in DynamicPathCalculation 292 paths = ['missing_directory.zip'] global() variable in ZipWithMissingDirectory 317 paths = ['module_and_namespace_package'] global() variable in ModuleAndNamespacePackageInSameDir 327 paths = ['portion1'] global() variable in ReloadTests 357 paths = ['portion1'] global() variable in LoaderTests [all...] |
| /third_party/skia/gm/ |
| H A D | shadowutils.cpp | 49 SkTArray<SkPath> paths; in draw_paths() local [all...] |
| /third_party/vulkan-loader/tests/framework/shim/ |
| H A D | shim_common.cpp | 196 void parse_and_add_env_var_override(std::vector<std::string>& paths, std::string env_var_contents) { argument 202 std::vector<std::string> paths; local [all...] |
| /base/security/code_signature/services/key_enable/src/ |
| H A D | profile_utils.rs | 279 let mut paths = Vec::new(); in get_profile_paths() variables 291 let mut paths = Vec::new(); in get_paths_from_prefix() variables
|
| /base/security/selinux_adapter/framework/policycoreutils/src/ |
| H A D | hap_restorecon.cpp | 333 char *paths[2] = {nullptr, nullptr}; in HapFileRecurseRestorecon() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | pa_container.cpp | 230 AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::string& hapPath, const std::vector<std::string>& paths) AddAssetPath() argument
|