Home
last modified time | relevance | path

Searched refs:paths (Results 376 - 400 of 748) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/libabigail/tools/
H A Dabipkgdiff.cc308 /// This contains the the paths of the set of added binaries, removed
436 /// Getter of the the prefix that is common to all the paths of all
444 /// Getter of the the prefix that is common to all the paths of all
452 /// Setter of the the prefix that is common to all the paths of all
632 // path relative to the prefix common to the paths of all elements
647 /// Retrieve the set of "interesting" package element paths by
659 // We have already loaded the elf file paths, don't do it again. in load_elf_file_paths()
1907 char* paths[] = {const_cast<char*>(dir.c_str()), 0}; in get_kabi_whitelists_from_arch_under_dir() local
1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir()
2214 /// updates the vector of paths o
2229 maybe_update_package_content(const FTSENT *entry, options &opts, const string& file_name_to_look_for, unordered_set<string>& paths) maybe_update_package_content() argument
2284 char* paths[] = {const_cast<char*>(root.c_str()), 0}; get_interesting_files_under_dir() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp741 std::vector<std::string> paths; in HWTEST_F() local
742 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
756 std::vector<std::string> paths; in HWTEST_F() local
757 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
759 dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths)); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/opp/
H A Dcore.c732 if (!opp_table->paths) in _set_opp_bw()
743 ret = icc_set_bw(opp_table->paths[i], avg, peak); in _set_opp_bw()
1116 dev_warn(dev, "%s: Error finding interconnect paths: %d\n", in _allocate_opp_table()
1199 if (opp_table->paths) { in _opp_table_kref_release()
1201 icc_put(opp_table->paths[i]); in _opp_table_kref_release()
1202 kfree(opp_table->paths); in _opp_table_kref_release()
/kernel/linux/linux-6.6/drivers/opp/
H A Dcore.c1002 if (!opp_table->paths) in _set_opp_bw()
1013 ret = icc_set_bw(opp_table->paths[i], avg, peak); in _set_opp_bw()
1436 dev_warn(dev, "%s: Error finding interconnect paths: %d\n", in _allocate_opp_table()
1606 if (opp_table->paths) { in _opp_table_kref_release()
1608 icc_put(opp_table->paths[i]); in _opp_table_kref_release()
1609 kfree(opp_table->paths); in _opp_table_kref_release()
H A Ddebugfs.c70 debugfs_create_file("name", S_IRUGO, d, opp_table->paths[i], in opp_debug_create_bw()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py1308 paths = cls._find_png_file_path(url)
1309 for path in paths:
1324 paths = []
1330 paths.append(relative_path)
1331 return paths
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1013 change if the paths don't change. The normal XCObject implementation of
1050 # including paths with a sourceTree, they'll still inherit their parents'
1051 # hashables, even though the paths aren't relative to their parents. This
1142 # parents prepending their paths, if any, until no more parents are
1237 # function is only useful to get children that have names but no paths,
1298 all other paths, a "normal" PBXFileReference will be returned.
1452 # Both the original parent and child have paths set.
1885 """Adds path to the dict tracking paths belonging to this build phase.
1902 If path is not specified, either the PBXFileReference's path or the paths
1913 of PBXVariantGroup objects, they may correspond to multiple paths tha
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py1013 change if the paths don't change. The normal XCObject implementation of
1050 # including paths with a sourceTree, they'll still inherit their parents'
1051 # hashables, even though the paths aren't relative to their parents. This
1142 # parents prepending their paths, if any, until no more parents are
1237 # function is only useful to get children that have names but no paths,
1298 all other paths, a "normal" PBXFileReference will be returned.
1452 # Both the original parent and child have paths set.
1885 """Adds path to the dict tracking paths belonging to this build phase.
1902 If path is not specified, either the PBXFileReference's path or the paths
1913 of PBXVariantGroup objects, they may correspond to multiple paths tha
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h64 static void AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::vector<std::string>& paths);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h164 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h150 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h245 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
244 ScanDir( const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) ScanDir() argument
H A Dinstalld_proxy.h165 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp135 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
134 ScanDir( const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) ScanDir() argument
H A Dmock_install_client.cpp155 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
154 ScanDir( const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) ScanDir() argument
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h103 std::vector<std::string> paths; member in OHOS::SOCPERF::GovResNode
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Datags_compat.c72 char paths[8][128]; member
/kernel/linux/linux-5.10/arch/arm/lib/
H A Ddiv64.S48 @ Test for easy paths first.
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Datags_compat.c72 char paths[8][128]; member
/kernel/linux/linux-6.6/arch/arm/lib/
H A Ddiv64.S48 @ Test for easy paths first.
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh65 paths in the kernel
/third_party/gn/src/base/
H A Dlogging.cc37 #include <paths.h>
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c18 #include <paths.h>
/third_party/libfuse/lib/
H A Dmount_util.c23 #include <paths.h>
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.h251 /* A path set is simply a set of paths that are applicable to a
254 pa_hashmap *paths; member

Completed in 33 milliseconds

1...<<11121314151617181920>>...30