Home
last modified time | relevance | path

Searched full:path (Results 2001 - 2025 of 40500) sorted by relevance

1...<<81828384858687888990>>...1620

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp35 return fShape.isPath() && !fShape.path().isVolatile(); in testingOnly_isNonVolatilePath()
58 static bool test_bounds_by_rasterizing(const SkPath& path, const SkRect& bounds) { in test_bounds_by_rasterizing() argument
59 // We test the bounds by rasterizing the path into a kRes by kRes grid. The bounds is in test_bounds_by_rasterizing()
61 // rendering within the bounds (with a tolerance). Then we render the path and check that in test_bounds_by_rasterizing()
77 surface->getCanvas()->drawPath(path, whitePaint); in test_bounds_by_rasterizing()
99 SkPath path; in can_interchange_winding_and_even_odd_fill() local
100 shape.asPath(&path); in can_interchange_winding_and_even_odd_fill()
107 (shape.style().isSimpleFill() && path.isConvex()); in can_interchange_winding_and_even_odd_fill()
113 // when there is a path effect. Thus, if there are two GrStyledShapes representing the same in check_equivalence()
114 // rrect but one has a path effec in check_equivalence()
352 SkPath path; global() variable
382 SkPath path; global() variable
408 SkPath path; global() variable
432 PathGeo(const SkPath& path, Invert invert) PathGeo() argument
499 RRectPathGeo(const SkPath& path, const SkRRect& equivalentRRect, RRectForStroke rrectForStroke, Invert invert) RRectPathGeo() argument
505 RRectPathGeo(const SkPath& path, const SkRect& equivalentRect, RRectForStroke rrectForStroke, Invert invert) RRectPathGeo() argument
572 SkPath path; CheckBounds() local
626 SkPath path; init() local
1921 SkPath path; DEF_TEST() local
2361 SkPath path; DEF_TEST() local
[all...]
/base/security/selinux_adapter/sepolicy/ohos_policy/web/webview/system/
H A Dnwebspawn.te14 # avc: denied { open } for pid=1601 comm="nwebspawn" path="/system/bin/nwebspawn" dev="mmcblk0p7" ino=300 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:system_bin_file:s0 tclass=file permissive=1
17 # avc: denied { execute_no_trans } for pid=1601 comm="nwebspawn" path="/system/bin/nwebspawn" dev="mmcblk0p7" ino=300 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:system_bin_file:s0 tclass=file permissive=1
20 # avc: denied { execute } for pid=1601 comm="nwebspawn" path="/system/app/ArkWeb/ArkWebCore.hap" dev="mmcblk0p7" ino=78 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
30 #avc: denied { open } for pid=1852 comm="nwebspawn" path="/data/init_agent/begetctl.log" dev="mmcblk0p11" ino=15 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:data_init_agent:s0 tclass=file permissive=1
31 #avc: denied { ioctl } for pid=2616 comm="nwebspawn" path="/data/init_agent/begetctl.log" dev="mmcblk0p11" ino=22 ioctlcmd=0x5413 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:data_init_agent:s0 tclass=file permissive=1
37 #avc: denied { accept } for pid=3598 comm="nwebspawn" path="/dev/unix/socket/NWebSpawn" scontext=u:r:nwebspawn:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1
38 #avc: denied { getattr } for pid=3598 comm="nwebspawn" path="/dev/unix/socket/NWebSpawn" scontext=u:r:nwebspawn:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1
39 #avc: denied { getopt } for pid=3598 comm="nwebspawn" path="/dev/unix/socket/NWebSpawn" scontext=u:r:nwebspawn:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1
42 #avc: denied { ioctl } for pid=4499 comm="nwebspawn" path="/dev/access_token_id" dev="tmpfs" ino=172 ioctlcmd=0x4102 scontext=u:r:nwebspawn:s0 tcontext=u:object_r:dev_at_file:s0 tclass=chr_file permissive=1
49 #avc: denied { open } for pid=4499 comm="nwebspawn" path
[all...]
/base/update/packaging_tools/test/
H A Dtest_build_update.py53 if not os.path.exists("./output_test"):
65 pkg_re = os.path.join(output, os.listdir(output)[0]).endswith('zip')
79 if not os.path.exists("./output_test"):
92 pkg_re = os.path.join(output, os.listdir(output)[0]).endswith('zip')
106 if not os.path.exists("./output_test"):
132 if not os.path.exists("./output_test"):
143 pkg_re = os.path.join(output, os.listdir(output)[0]).endswith('bin')
156 if not os.path.exists("./output_test"):
182 if not os.path.exists("./output_test"):
185 if os.path
[all...]
/third_party/e2fsprogs/
H A D1003-add-dac-config.patch41 + string path;
43 + DacConfig() : uid(0), gid(0), mode(0), capabilities(0), path("") {}
49 + path(p) {}
57 + this->path = p;
163 + vector<string> values(DAC_NUM, ""); // path, mode, uid, gid, cap
201 + g_configMap[dacConfig.path] = dacConfig;
207 + void GetDacConfig(const char* path, int dir, char* targetOutPath,
211 + if (path && path[0] == '/') {
212 + path
[all...]
/third_party/python/Doc/library/
H A Dpkgutil.rst20 .. function:: extend_path(path, name)
22 Extend the search path for the modules which comprise a package. Intended
28 For each directory on :data:`sys.path` that has a subdirectory that matches the
38 :file:`\*.pkg` file are added to the path, regardless of whether they exist
41 If the input path is not a list (as is the case for frozen packages) it is
42 returned unchanged. The input path is not modified; an extended copy is
45 It is assumed that :data:`sys.path` is a sequence. Items of :data:`sys.path`
47 items on :data:`sys.path` that cause errors when used as filenames may cause
48 this function to raise an exception (in line with :func:`os.path
[all...]
/third_party/typescript/src/testRunner/unittests/tscWatch/
H A DprojectsWithReferences.ts48 references: [{ path: "../core" }]
97 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "nrefs/a.d.ts"),
152 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "tsconfig.b.json"),
156 references: [{ path: "tsconfig.a.json" }]
162 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "b.ts"),
183 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "a/tsconfig.json"),
190 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "b/tsconfig.json"),
194 references: [{ path: `../a` }]
198 path: TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "c/tsconfig.json"),
202 references: [{ path
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp107 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); in GetRestoreTempPath() local
113 path = string(BConstants::PATH_FILEMANAGE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); in GetRestoreTempPath()
115 path = string(BConstants::PATH_MEDIALDATA_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); in GetRestoreTempPath()
117 return path; in GetRestoreTempPath()
201 string path = filePath.substr(0, filePathPrefix); in GetFileHandleForSpecialCloneCloud() local
202 if (access(path.c_str(), F_OK) != 0) { in GetFileHandleForSpecialCloneCloud()
203 bool created = ForceCreateDirectory(path.data()); in GetFileHandleForSpecialCloneCloud()
207 "FAILED", "GetFileHandleForSpecialCloneCloud", "CommonFile", GetAnonyPath(path)}; in GetFileHandleForSpecialCloneCloud()
246 string path = GetRestoreTempPath(bundleName_); in GetFileHandle() local
247 if (mkdir(path in GetFileHandle()
288 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); GetIncreFileHandleForSpecialVersion() local
317 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); GetIncrementalFileHandlePath() local
649 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); TarFileReady() local
690 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); DoPacket() local
741 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); DoBackup() local
797 string path = GetRestoreTempPath(bundleName_); DoRestore() local
886 string path = GetRestoreTempPath(bundleName_); DoIncrementalRestore() local
1091 RestoreBigFilePrecheck(string &fileName, const string &path, const string &hashName, const string &filePath) RestoreBigFilePrecheck() argument
1134 RestoreOneBigFile(const std::string &path, const ExtManageInfo &item, const bool appendTargetPath) RestoreOneBigFile() argument
1187 string path = GetRestoreTempPath(bundleName_); RestoreBigFiles() local
1210 FillEndFileInfos(const std::string &path, const unordered_map<string, struct ReportFileInfo> &result) FillEndFileInfos() argument
1765 const string &path = storageFiles.filePath; CompareFiles() local
1857 string path = BReportEntity::EncodeReportItem(item.filePath, item.encodeFlag); WriteFile() local
[all...]
/third_party/ltp/lib/
H A Dsafe_macros.c29 void (*cleanup_fn) (void), char *path) in safe_basename()
33 rval = basename(path); in safe_basename()
37 "basename(%s) failed", path); in safe_basename()
45 const char *path) in safe_chdir()
49 rval = chdir(path); in safe_chdir()
53 "chdir(%s) failed", path); in safe_chdir()
56 "Invalid chdir(%s) return value %d", path, rval); in safe_chdir()
102 void (*cleanup_fn) (void), char *path) in safe_dirname()
106 rval = dirname(path); in safe_dirname()
110 "dirname(%s) failed", path); in safe_dirname()
28 safe_basename(const char *file, const int lineno, void (*cleanup_fn) (void), char *path) safe_basename() argument
44 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), const char *path) safe_chdir() argument
101 safe_dirname(const char *file, const int lineno, void (*cleanup_fn) (void), char *path) safe_dirname() argument
483 safe_readlink(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, char *buf, size_t bufsize) safe_readlink() argument
690 safe_chmod(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, mode_t mode) safe_chmod() argument
728 safe_chown(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, uid_t owner, gid_t group) safe_chown() argument
1053 safe_getxattr(const char *file, const int lineno, const char *path, const char *name, void *value, size_t size) safe_getxattr() argument
1079 safe_setxattr(const char *file, const int lineno, const char *path, const char *name, const void *value, size_t size, int flags) safe_setxattr() argument
1106 safe_lsetxattr(const char *file, const int lineno, const char *path, const char *name, const void *value, size_t size, int flags) safe_lsetxattr() argument
1160 safe_removexattr(const char *file, const int lineno, const char *path, const char *name) safe_removexattr() argument
1185 safe_lremovexattr(const char *file, const int lineno, const char *path, const char *name) safe_lremovexattr() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c214 * along the target path, with target defined as a full absolute path
216 * Returns the path translated to a Linux path
217 * or NULL if the path is not valid
220 static char *search_absolute(ntfs_volume *vol, ntfschar *path, in search_absolute() argument
234 * Examine and translate the path, until we reach either in search_absolute()
240 * examined later when the translated path is dereferenced, in search_absolute()
241 * however the final part of the path will not be adjusted in search_absolute()
247 && (path[star in search_absolute()
290 search_relative(ntfs_inode *ni, ntfschar *path, int count) search_relative() argument
[all...]
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js30 this._currentPath = new CanvasKit.Path();
484 this._currentPath = new CanvasKit.Path();
498 this.clip = function(path, fillRule) {
499 if (typeof path === 'string') {
501 fillRule = path;
502 path = this._currentPath;
503 } else if (path && path._getPath) {
504 path = path
[all...]
/third_party/python/Lib/
H A Dmailbox.py37 def __init__(self, path, factory=None, create=True):
39 self._path = os.path.abspath(os.path.expanduser(path))
276 'tmp': os.path.join(self._path, 'tmp'),
277 'new': os.path.join(self._path, 'new'),
278 'cur': os.path.join(self._path, 'cur'),
280 if not os.path.exists(self._path):
283 for path in self._paths.values():
284 os.mkdir(path,
[all...]
H A Dzipfile.py42 "Path"]
527 filename should be the path to a file or directory on the filesystem.
531 leading path separators removed).
546 arcname = os.path.normpath(os.path.splitdrive(arcname)[1])
1228 file: Either the path to the file, or a file-like object.
1229 If it is a path, the file will be opened and closed by ZipFile.
1666 def extract(self, member, path=None, pwd=None):
1670 specify a different directory using `path'.
1672 if path i
2381 class Path: global() class
[all...]
/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c117 HNP_LOGE("sprintf install bin path unsuccess."); in HnpGenerateSoftLinkAll()
172 HNP_LOGE("sprintf install bin path unsuccess."); in HnpGenerateSoftLink()
220 HNP_LOGE("hnp uninstall name path sprintf unsuccess,uid:%{public}d,name:%{public}s", uid, name); in HnpUnInstallPublicHnp()
225 HNP_LOGE("hnp uninstall sprintf version path unsuccess."); in HnpUnInstallPublicHnp()
230 HNP_LOGE("sprintf unstall base path unsuccess."); in HnpUnInstallPublicHnp()
300 HNP_LOGE("hnp uninstall uid path[%{public}s] is not exist", dstPath); in HnpUnInstall()
325 HNP_LOGE("hnp uninstall private path sprintf unsuccess, uid:%{public}d,package name[%{public}s]", uid, in HnpUnInstall()
342 HNP_LOGE("hnp install path[%{public}s] exist, but force is false", hnpInfo->hnpSoftwarePath); in HnpInstallForceCheck()
367 HNP_LOGE("hnp install sprintf hnp base path unsuccess."); in HnpInstallPathGet()
375 HNP_LOGE("hnp install sprintf install path unsucces in HnpInstallPathGet()
484 char path[MAX_FILE_PATH_LEN]; HnpPackageGetAndInstall() local
588 char path[MAX_FILE_PATH_LEN]; HnpInstallHnpFileCountGet() local
667 SetHnpRestorecon(char *path) SetHnpRestorecon() argument
[all...]
/third_party/lz4/programs/
H A Dutil.h492 char* path; in UTIL_prepareFileList() local
498 path = (char*) malloc(dirLength + 3); in UTIL_prepareFileList()
499 if (!path) return 0; in UTIL_prepareFileList()
501 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()
502 path[dirLength] = '\\'; in UTIL_prepareFileList()
503 path[dirLength+1] = '*'; in UTIL_prepareFileList()
504 path[dirLength+2] = 0; in UTIL_prepareFileList()
506 hFile=FindFirstFileA(path, &cFile); in UTIL_prepareFileList()
511 free(path); in UTIL_prepareFileList()
516 path in UTIL_prepareFileList()
[all...]
/test/xts/acts/bundlemanager/zlib/actszipfileandunzipfiletest/entry/src/ohosTest/js/test/
H A Dactszipfileandunzipfiletest.test.js49 var path = "";
53 zlib.zipFile(path, zipDest, options).then((data) => {
72 var path = dir + "/ACTS_ZipFile_9999900.txt";
74 var fd = fileio.openSync(path, 0o100 | 0o2, 0o666);
103 var path = dir + "/ACTS_ZipFile_0300.txt";
105 var fd = fileio.openSync(path, 0o100 | 0o2, 0o666);
110 zlib.zipFile(path, zipDest, options).then((data) => {
134 var path = dir + "/ACTS_ZipFile_0400.txt";
136 var fd = fileio.openSync(path, 0o100 | 0o2, 0o666);
141 zlib.zipFile(path, zipDes
[all...]
/base/security/selinux_adapter/sepolicy/ohos_policy/update/updater/system/
H A Dupdater_binary.te16 # avc_audit_slow:267] avc: denied { map } for pid=793, comm="/bin/updater_binary" path="/dev/__parameters__/u:object_r:persist_param:s0" dev="" ino=179 scontext=u:r:updater_binary:s0 tcontext=u:object_r:persist_param:s0 tclass=file permissive=1
17 # avc_audit_slow:267] avc: denied { open } for pid=793, comm="/bin/updater_binary" path="/dev/__parameters__/u:object_r:persist_param:s0" dev="" ino=179 scontext=u:r:updater_binary:s0 tcontext=u:object_r:persist_param:s0 tclass=file permissive=1
24 # avc: denied { open } for pid=264 comm="updater_binary" path="/data/updater/update_tmp" dev="rootfs" ino=20420 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
29 #avc: denied { read open } for pid=279 comm="updater" path="/lib/ld-musl-arm.so.1" dev="rootfs" ino=596 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
30 #avc: denied { map } for pid=279 comm="updater_binary" path="/lib/ld-musl-arm.so.1" dev="rootfs" ino=596 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
31 #avc: denied { getattr } for pid=279 comm="updater_binary" path="/etc/ld-musl-namespace-arm.ini" dev="rootfs" ino=418 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
32 # avc: denied { execute_no_trans } for pid=277 comm="updater_binary" path="/bin/processdump" dev="rootfs" ino=17428 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
34 # avc: denied { write } for pid=269 comm="updater_binary" path="/data/updater/loadScript.us" dev="rootfs" ino=27819 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
35 # avc: denied { ioctl } for pid=265 comm="updater_binary" path="/data/updater/Verse-script.us" dev="rootfs" ino=18908 ioctlcmd=0x5413 scontext=u:r:updater_binary:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
36 # avc: denied { ioctl } for pid=264 comm="updater_binary" path
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c238 nir_deref_path path; in split_struct_derefs_impl() local
239 nir_deref_path_init(&path, deref, mem_ctx); in split_struct_derefs_impl()
242 for (unsigned i = 0; path.path[i]; i++) { in split_struct_derefs_impl()
243 if (path.path[i]->deref_type != nir_deref_type_struct) in split_struct_derefs_impl()
247 assert(glsl_type_is_struct_or_ifc(path.path[i - 1]->type)); in split_struct_derefs_impl()
248 assert(path.path[ in split_struct_derefs_impl()
611 deref_has_split_wildcard(nir_deref_path *path, struct array_var_info *info) deref_has_split_wildcard() argument
628 array_path_is_out_of_bounds(nir_deref_path *path, struct array_var_info *info) array_path_is_out_of_bounds() argument
790 nir_deref_path path; split_array_access_impl() local
1096 nir_deref_path path; mark_deref_used() local
1427 nir_deref_path path; vec_deref_is_oob() local
[all...]
/third_party/openGLES/extensions/ARB/
H A DARB_shading_language_include.txt68 const char *const *path,
155 const char * const *path,
158 <path> is an ordered array of <count> pointers to optionally
163 strings in the <path> argument are considered null-terminated.
165 Each string in <path> must be a valid <pathname> as defined in
167 begin with the character '/'. The ordered list of <path>s is used
200 - <count> is greater than zero and <path> is NULL, or any
201 of the pointers path[0] .. path[<count>-1] is NULL.
202 - Any of the strings in <path> ar
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_shading_language_include.txt58 const char *const *path,
145 const char * const *path,
148 <path> is an ordered array of <count> pointers to optionally
153 strings in the <path> argument are considered null-terminated.
155 Each string in <path> must be a valid <pathname> as defined in
157 begin with the character '/'. The ordered list of <path>s is used
190 - <count> is greater than zero and <path> is NULL, or any
191 of the pointers path[0] .. path[<count>-1] is NULL.
192 - Any of the strings in <path> ar
[all...]
/applications/standard/app_samples/code/Solutions/Social/GrapeSquare/product/phone/entry/src/main/resources/base/media/
H A Dic_gallery_discover_filled.svg10 <path d="M5.26445463,2.62145105 C5.32959649,2.9955171 5.10546182,3.35306694 4.75333428,3.46479816 L4.65424729,3.48900335 C4.03143964,3.5974624 3.65381816,3.95186126 3.53717294,4.58171578 L3.53652183,4.59853044 L3.53652183,4.59853044 C3.52364092,4.67249689 3.51385964,4.74871307 3.50712072,4.82708317 C3.48147906,5.15409609 3.51489185,5.54334599 3.60790168,5.99717762 C3.97180574,7.77280885 5.24154772,10.1146376 7.20807441,12.5282732 C8.29285542,13.8596897 9.49381976,15.093685 10.7220688,16.1771021 L11.2498726,16.6320497 C12.2742284,17.4946303 13.3086308,18.2482581 14.3022567,18.8625435 C15.7232695,19.7379581 17.0445997,20.3134595 18.1474918,20.53949 C18.4790939,20.6074497 18.7762169,20.6435916 19.0400529,20.6485534 C19.2194371,20.6492838 19.3893786,20.6359208 19.5488613,20.6081476 L19.5868149,20.6056489 C20.2017691,20.4839436 20.5485843,20.1080434 20.6556661,19.4931444 C20.7267299,19.0850724 21.1151463,18.8118732 21.5232184,18.8829371 C21.9312905,18.9540009 22.2044896,19.3424173 22.1334257,19.7504894 C21.9054686,21.0594946 21.081124,21.8387915 19.8747554,22.069113 C19.8529009,22.0766383 19.8297786,22.0818023 19.8062062,22.0859073 C19.3586641,22.1638447 18.8636864,22.1630664 18.3316013,22.0906199 C18.1729297,22.0700517 18.0112406,22.0427436 17.8463361,22.0089475 C17.2069261,21.8779046 16.5184107,21.6528027 15.7949592,21.3408611 C14.6512811,21.795191 13.4044774,22.0452455 12.0992704,22.0452455 C6.57642294,22.0452455 2.09927044,17.568093 2.09927044,12.0452455 C2.09927044,10.7395271 2.34952086,9.49225789 2.8046758,8.34878366 L2.72222187,8.14883049 L2.72222187,8.14883049 C2.56383498,7.76594031 2.43102255,7.39393119 2.32420107,7.03438643 C2.02463068,6.03114019 1.92396811,5.11521749 2.05876218,4.34118548 C2.06541634,4.30297509 2.07485298,4.26594724 2.08682768,4.23027384 C2.32605526,3.04522541 3.10250156,2.23665757 4.39690232,2.01124371 C4.80497438,1.94017986 5.19339078,2.21337899 5.26445463,2.62145105 Z" id="形状-path" fill="#000000" fill-rule="nonzero"></path>
11 <path d="M3.78622647,10.2647373 C3.6634563,10.8409069 3.59927044,11.4355805 3.59927044,12.0452455 C3.59927044,16.7396659 7.40485007,20.5452455 12.0992704,20.5452455 C12.7088982,20.5452455 13.3035365,20.4810675 13.8767975,20.3590991 C13.5072426,20.1403888 13.132396,19.9043902 12.753871,19.6507216 C11.5252584,18.8291506 10.2767032,17.8351767 9.0742261,16.7130729 C6.89081252,14.6820151 5.0445848,12.4101165 3.78622647,10.2647373 Z" id="形状-path" fill="#000000" fill-rule="nonzero"></path>
12 <path d="M12.0992704,2.04524551 C17.6221179,2.04524551 22.0992704,6.52239801 22.0992704,12.0452455 C22.0992704,15.0681086 20.7580111,17.7777038 18.638151,19.6113726 C18.547158,19.5979471 18.450247,19.5808107 18.3482455,19.5599061 C17.901969,19.4684447 17.4052857,19.3078853 16.8707662,19.0824234 C19.1206771,17.5521927 20.5992704,14.9713911 20.5992704,12.0452455 C20.5992704,7.35082514 16.7936908,3.54524551 12.0992704,3.54524551 C9.17355592,3.54524551 6.59308362,5.02340315 5.06392305,7.27364892 C4.84037223,6.74249886 4.6797263,6.24635691 4.58752317,5.79646152 C4.56617162,5.6922789 4.5488067,5.59367964 4.53528209,5.50075283 C6.3702024,3.38482719 9.07829839,2.04524551 12.0992704,2.04524551 Z" id="形状-path" fill="#000000" fill-rule="nonzero"></path>
13 <path
[all...]
/base/accesscontrol/sandbox_manager/frameworks/test/unittest/
H A Dsandbox_manager_parcel_test.cpp39 .path = "path1",
44 .path = "path2",
49 .path = "path3",
83 EXPECT_EQ(g_info1.path, readedData->policyInfo.path); in HWTEST_F()
109 EXPECT_EQ(g_info1.path, readedData->policyVector[0].path); in HWTEST_F()
111 EXPECT_EQ(g_info2.path, readedData->policyVector[1].path); in HWTEST_F()
113 EXPECT_EQ(g_info3.path, readedDat in HWTEST_F()
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_manager.h56 * Add resource path to hap paths
57 * @param path the resource path
58 * @return true if add resource path success, else false
60 bool AddResource(const char *path);
78 * Find best resource path by resource id
80 * @return the best resource path
85 * Find best resource path by resource name
88 * @return the best resource path
108 bool AddResourcePath(const char *path);
[all...]
/base/global/system_resources/systemres/main/resources/base/media/
H A Dohos_ic_normal_white_grid_flac.svg5 <path d="M104,8.70870844 L104,75.9729528 L104,75.9729528 C104,84.7187046 97.5675985,91.633881 88.9980585,92.6766594 C80.4285186,93.7194377 73.8996001,88.165752 73.8996001,81.2436471 C73.8996001,72.6562445 80.1563413,68.8966462 85.5101368,66.7013773 C90.8639324,64.5061083 94.7372792,60.3170123 94.7372792,56.2154084 L94.7372792,20.4803882 L48.448484,29.1354034 L48.448484,82.3824061 C48.448484,91.0841563 40.0208454,100.215983 32.3683909,101.741201 C24.7159363,103.26642 16,97.9230075 16,89.0637727 C16,80.2045378 23.7881245,75.2564436 27.9934831,73.6366543 C30.4140783,72.7043071 39.1920393,69.8500217 39.1920393,65.6178202 L39.1920393,16.7696047 C39.1920393,12.4810365 42.2834688,8.81699259 46.5108518,8.09515467 L93.7188125,0.0342583976 C98.509579,-0.783778879 103.056413,2.43675445 103.87445,7.22752092 C103.958,7.71682545 104,8.21232195 104,8.70870844 Z" id="path-1"></path>
8 <path d="M16.4285714,0 L196.612403,0 L196.612403,0 L196.468677,65.674268 C196.446576,75.773165 204.615433,83.9778551 214.71433,83.9999562 C214.727669,83.9999854 214.741008,84 214.754347,84 L280.428571,84 L280.428571,84 L280.428571,304 C280.428571,312.836556 273.265127,320 264.428571,320 L16.4285714,320 C7.59201543,320 0.428571429,312.836556 0.428571429,304 L0.428571429,16 C0.428571429,7.163444 7.59201543,-1.53107837e-16 16.4285714,0 Z" id="矩形备份-59" fill="#FB5BA5"></path>
9 <path d="M196.428571,0 L280.428571,84 L214.714286,84 C204.615365,84 196.428571,75.8132069 196.428571,65.7142857 L196.428571,0 L196.428571,0 Z" id="矩形备份-60" fill="#FFA6B2"></path>
12 <use xlink:href="#path-1"></use>
14 <use id="Shape-Copy备份-2" fill="#FFFFFF" fill-rule="nonzero" xlink:href="#path-1"></use>
15 <path
[all...]
/base/tee/tee_client/services/authentication/
H A Dtee_get_native_cert.c24 static int SetPathToBuf(uint8_t *buffer, uint32_t *len, uint32_t *inputLen, const char *path) in SetPathToBuf() argument
30 num = (uint32_t)strlen(path); in SetPathToBuf()
50 tloge("buffer overflow for path\n"); in SetPathToBuf()
54 ret = memcpy_s(buffer, *inputLen, path, num); in SetPathToBuf()
120 char path[MAX_PATH_LENGTH] = { 0 }; in TeeGetNativeCert() local
129 ret = TeeGetPkgName(caPid, path, sizeof(path)); in TeeGetNativeCert()
131 tloge("get ca path failed\n"); in TeeGetNativeCert()
137 ret = SetPathToBuf(buffer, len, &inputLen, path); in TeeGetNativeCert()
139 tloge("set path faile in TeeGetNativeCert()
[all...]
/build/lite/
H A Dutils.py39 def remove_path(path):
40 if os.path.exists(path):
41 shutil.rmtree(path)
46 if not os.path.exists(input_file):
91 def makedirs(path: str, exist_ok: bool = True):
93 os.makedirs(path, exist_ok=True)
95 if not os.path.isdir(path):
96 raise Exception("{} makedirs failed".format(path))
[all...]

Completed in 38 milliseconds

1...<<81828384858687888990>>...1620