Home
last modified time | relevance | path

Searched refs:path (Results 7526 - 7550 of 8425) sorted by relevance

1...<<301302303304305306307308309310>>...337

/third_party/libcoap/src/
H A Dcoap_oscore.c182 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 Dmod.rs1460 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 Dtexi2html.py554 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 DCommandLine.cpp770 /// 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 Dtest_urllib2.py61 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 Dmock_resourceManager_interface1.cpp34 bool AddResource(const char* path) override
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.cpp34 virtual bool AddResource(const char* path) in AddResource() argument
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Dresource_index.py107 if not os.path.exists(file_path):
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.h186 CJ_EXPORT int64_t FfiOHOSAceFrameworkCanvasPathCtorWithPath(const char* path);
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h160 std::string path; member
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.h191 bool GetResourceId(const std::string& uri, std::string& path) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp137 std::filesystem::path filePath(aotArgs.arkProfilePath); in GetSubjectInfo()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h81 std::string path; member
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp59 << "\n path: " << it.path in ShowVisibilityFonts()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h60 const std::string &path) override;
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.h141 void SetOutPath(const std::string &path);
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h37 EXPORT void SetFilePath(const VariantData &path);
246 // image path
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h59 EXPORT void SetPath(const std::string &path);
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h89 std::string path; member in OHOS::SOCPERF::ResNode
/third_party/curl/tests/
H A Dnegtelnetserver.py377 if options.pidfile and os.path.isfile(options.pidfile):
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak35 # NASM requires -I path terminated with /
/third_party/ffmpeg/libavformat/
H A Disom.h80 char *path; member
/third_party/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py93 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
/third_party/libsnd/
H A Dmake_lite.py211 if os.path.exists (tar_gz_file):
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c264 i.path = ""; in lws_atcrs_client_conn()

Completed in 31 milliseconds

1...<<301302303304305306307308309310>>...337