/third_party/libcoap/src/ |
H A D | coap_oscore.c | 182 if (uri.path.length) { in coap_rebuild_pdu_for_proxy() 185 size_t buflen = uri.path.length + 1; in coap_rebuild_pdu_for_proxy() 188 kbuf = buf = coap_malloc_type(COAP_STRING, uri.path.length + 1); in coap_rebuild_pdu_for_proxy() 190 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in coap_rebuild_pdu_for_proxy()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1460 pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int; in chflags() 1463 path: *const ::c_char, in chflagsat() 1532 pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int; in lchflags() 1693 path: *const ::c_char, in utimensat() 1736 pub fn eaccess(path: *const ::c_char, mode: ::c_int) -> ::c_int; in eaccess()
|
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 554 file = os.path.join(self.includedir, file) 760 if os.path.exists(imagelocation+'.png'): 762 elif os.path.exists(imagelocation+'.jpg'): 764 elif os.path.exists(imagelocation+'.gif'): # MySQL uses GIF files 2052 parser.setincludedir(os.path.dirname(file))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 770 /// command line, because backslashes are used both to separate path and to 928 if (llvm::sys::path::is_relative(FileName)) { in ExpandResponseFile() 931 if (llvm::sys::path::is_relative(FName)) { in ExpandResponseFile() 936 llvm::sys::path::append( in ExpandResponseFile() 937 ResponseFile, llvm::sys::path::parent_path(FName), FileName); in ExpandResponseFile() 1049 ProgramName = sys::path::filename(StringRef(argv[0])); in ParseCommandLineOptions()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 61 fname = os.path.abspath(urllib.request.__file__).replace(os.sep, '/') 74 ('path"o,l"og"i"cal, example', ['path"o,l"og"i"cal', 'example']), 157 # For the same realm, password set the highest path is the winner. 201 # For the same path, newer password should be considered. 705 def sanepathname2url(path): 707 path.encode("utf-8") 709 raise unittest.SkipTest("path is not encodable to utf8") 710 urlpath = urllib.request.pathname2url(path) 789 urlpath = sanepathname2url(os.path [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.cpp | 34 bool AddResource(const char* path) override
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_resourceManager_interface1.cpp | 34 virtual bool AddResource(const char* path) in AddResource() argument
|
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/ |
H A D | resource_index.py | 107 if not os.path.exists(file_path):
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.h | 186 CJ_EXPORT int64_t FfiOHOSAceFrameworkCanvasPathCtorWithPath(const char* path);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.h | 160 std::string path; member
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_loader.h | 191 bool GetResourceId(const std::string& uri, std::string& path) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 137 std::filesystem::path filePath(aotArgs.arkProfilePath); in GetSubjectInfo()
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_effect.h | 81 std::string path; member
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
H A D | font_parser_test.cpp | 59 << "\n path: " << it.path in ShowVisibilityFonts()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 60 const std::string &path) override;
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | venc_sample.h | 141 void SetOutPath(const std::string &path);
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | metadata.h | 37 EXPORT void SetFilePath(const VariantData &path); 246 // image path
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | file_asset.h | 59 EXPORT void SetPath(const std::string &path);
|
/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_common.h | 89 std::string path;
member in OHOS::SOCPERF::ResNode
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 377 if options.pidfile and os.path.isfile(options.pidfile):
|
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 35 # NASM requires -I path terminated with /
|
/third_party/ffmpeg/libavformat/ |
H A D | isom.h | 80 char *path; member
|
/third_party/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 93 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
|
/third_party/libsnd/ |
H A D | make_lite.py | 211 if os.path.exists (tar_gz_file):
|
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | raw-skt.c | 264 i.path = ""; in lws_atcrs_client_conn()
|