/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 308 /// 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 D | bms_installd_client_test.cpp | 741 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 D | core.c | 732 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 D | core.c | 1002 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 D | debugfs.c | 70 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 D | reporter_helper.py | 1308 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 D | xcodeproj_file.py | 1013 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 D | xcodeproj_file.py | 1013 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 D | ace_container.h | 64 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 D | installd_host_impl.h | 164 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 150 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 245 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 D | installd_proxy.h | 165 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 D | mock_installd_host_impl.cpp | 135 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 D | mock_install_client.cpp | 155 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 D | socperf_common.h | 103 std::vector<std::string> paths;
member in OHOS::SOCPERF::GovResNode
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | atags_compat.c | 72 char paths[8][128]; member
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 48 @ Test for easy paths first.
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | atags_compat.c | 72 char paths[8][128]; member
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 48 @ Test for easy paths first.
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 65 paths in the kernel
|
/third_party/gn/src/base/ |
H A D | logging.cc | 37 #include <paths.h>
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 18 #include <paths.h>
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 23 #include <paths.h>
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 251 /* A path set is simply a set of paths that are applicable to a 254 pa_hashmap *paths; member
|