Home
last modified time | relevance | path

Searched full:path (Results 676 - 700 of 40205) sorted by relevance

1...<<21222324252627282930>>...1609

/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/textPath/prop/
H A Dindex.hml34 <textPath id="idProp" path="M0,20 Q50,20 100,20">
41 路径属性 -- path
45 <textPath id="pathProp" path="M0,20 Q50,20 100,20">
48 <textPath id="pathPropNone" path="">
59 <textPath id="startOffsetPropLength" startOffset="30px" path="M0,20 Q50,20 100,20">
62 <textPath id="startOffsetPropPercentage" startOffset="60%" path="M0,20 Q50,20 100,20">
65 <textPath id="startOffsetPropNone" startOffset="" path="M0,20 Q50,20 100,20">
76 <textPath id="fontSizeProp" font-size="20" path="M0,20 Q50,20 100,20">
79 <textPath id="fontSizePropNone" font-size="" startOffset="60%" path="M0,20 Q50,20 100,20">
90 <textPath id="fillProp" fill="red" path
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/textPath/prop/
H A Dindex.hml34 <textPath id="idProp" path="M0,20 Q50,20 100,20">
41 路径属性 -- path
45 <textPath id="pathProp" path="M0,20 Q50,20 100,20">
48 <textPath id="pathPropNone" path="">
59 <textPath id="startOffsetPropLength" startOffset="30px" path="M0,20 Q50,20 100,20">
62 <textPath id="startOffsetPropPercentage" startOffset="60%" path="M0,20 Q50,20 100,20">
65 <textPath id="startOffsetPropNone" startOffset="" path="M0,20 Q50,20 100,20">
76 <textPath id="fontSizeProp" font-size="20" path="M0,20 Q50,20 100,20">
79 <textPath id="fontSizePropNone" font-size="" startOffset="60%" path="M0,20 Q50,20 100,20">
90 <textPath id="fillProp" fill="red" path
[all...]
/third_party/node/lib/internal/fs/
H A Ddir.js13 const pathModule = require('path');
48 constructor(handle, path, options) {
52 this[kDirPath] = path;
74 get path() {
150 processReadResult(path, result) {
155 path,
165 const ctx = { path: dirent.path };
167 pathModule.toNamespacedPath(dirent.path),
181 this.processReadResult(dirent.path, resul
[all...]
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
H A Dindex.d.ts2 import { Path } from 'path-scurry';
10 export declare function globStreamSync(pattern: string | string[], options: GlobOptionsWithFileTypesTrue): Minipass<Path, Path>;
13 export declare function globStreamSync(pattern: string | string[], options: GlobOptions): Minipass<Path, Path> | Minipass<string, string>;
15 * Return a stream that emits all the strings or `Path` objects and
19 export declare function globStream(pattern: string | string[], options: GlobOptionsWithFileTypesTrue): Minipass<Path, Path>;
21 export declare function globStream(pattern: string | string[], options: GlobOptions): Minipass<Path, Pat
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dcertificate.js46 // Construct certificate path from leaf to root
48 // Perform validation checks on each certificate in the path
50 // Return verified certificate path
58 paths = paths.filter((path) => path.some((cert) => this.trustedCerts.includes(cert)));
62 message: 'no trusted certificate path found',
67 const path = paths.reduce((prev, curr) => prev.length < curr.length ? prev : curr);
68 // Construct chain from shortest path
69 // Removes the last certificate in the path, which will be a second copy
71 return [leafCert, ...path]
[all...]
/third_party/node/deps/npm/node_modules/glob/dist/esm/
H A Dindex.d.ts2 import { Path } from 'path-scurry';
10 export declare function globStreamSync(pattern: string | string[], options: GlobOptionsWithFileTypesTrue): Minipass<Path, Path>;
13 export declare function globStreamSync(pattern: string | string[], options: GlobOptions): Minipass<Path, Path> | Minipass<string, string>;
15 * Return a stream that emits all the strings or `Path` objects and
19 export declare function globStream(pattern: string | string[], options: GlobOptionsWithFileTypesTrue): Minipass<Path, Path>;
21 export declare function globStream(pattern: string | string[], options: GlobOptions): Minipass<Path, Pat
[all...]
/third_party/skia/tools/skqp/
H A Dcut_release.py37 assert os.path.exists(exe)
65 def gset(path):
67 if os.path.isfile(path):
68 with open(path, 'r') as f:
79 path = ASSETS + '/gmkb/' + d
80 if os.path.isdir(path):
81 shutil.rmtree(path)
89 def get_digest(path)
[all...]
/third_party/skia/gm/
H A Dsharedcorners.cpp114 SkPath path; in drawTriangleBoxes() local
115 path.setFillType(SkPathFillType::kEvenOdd); in drawTriangleBoxes()
116 path.setIsVolatile(true); in drawTriangleBoxes()
118 path.moveTo(points[triangle[0]]); in drawTriangleBoxes()
119 path.lineTo(points[triangle[1]]); in drawTriangleBoxes()
120 path.lineTo(points[triangle[2]]); in drawTriangleBoxes()
121 path.close(); in drawTriangleBoxes()
123 SkScalar scale = kBoxSize / std::max(path.getBounds().height(), path.getBounds().width()); in drawTriangleBoxes()
124 path in drawTriangleBoxes()
141 drawRow(SkCanvas* canvas, const SkPath& path) drawRow() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp56 MEDIA_ERR_LOG("convert fail, path: %{public}s", MediaFileUtils::DesensitizePath(filePath).c_str()); in GetValidPath()
63 MEDIA_ERR_LOG("convert fail, path: %{public}s", MediaFileUtils::DesensitizePath(filePath).c_str()); in GetValidPath()
77 string parentDir = filesystem::path(curPath).parent_path().string(); in ConvertCurrentPath()
92 string entryPath = entry.path(); in ConvertCurrentPath()
95 resultPath.replace(0, curPath.length(), entry.path()); in ConvertCurrentPath()
98 pathMap[curPath] = entry.path(); in ConvertCurrentPath()
151 std::string path = data->GetFilePath(); in GetFileMetadata() local
153 if (stat(path.c_str(), &statInfo) != 0) { in GetFileMetadata()
184 std::string path; in GarbleFilePath() local
186 path in GarbleFilePath()
292 CreatePath(int32_t mediaType, const std::string &displayName, std::string &path) CreatePath() argument
305 PreparePath(const std::string &path) PreparePath() argument
333 GetReplacedPathByPrefixType(PrefixType srcPrefixType, PrefixType dstPrefixType, const std::string &path) GetReplacedPathByPrefixType() argument
348 ModifyFile(const std::string path, int64_t modifiedTime) ModifyFile() argument
363 GetFileNameFromPath(const string &path) GetFileNameFromPath() argument
530 GetPathPosByPrefixLevel(int32_t sceneCode, const std::string &path, int32_t prefixLevel, size_t &pos) GetPathPosByPrefixLevel() argument
616 GetLastSlashPosFromPath(const std::string &path) GetLastSlashPosFromPath() argument
630 GetFileFolderFromPath(const std::string &path, bool shouldStartWithSlash) GetFileFolderFromPath() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_support.py82 self.assertFalse(os.path.exists(TESTFN))
87 subdirpath = os.path.join(dirpath, 'subdir')
91 self.assertFalse(os.path.exists(dirpath))
100 self.assertFalse(os.path.exists(dirpath))
107 self.assertFalse(os.path.exists(dirpath))
113 sys.path.insert(0, os.curdir)
122 del sys.path[0]
149 parent_dir = os.path.realpath(parent_dir)
152 path = os.path
[all...]
/third_party/skia/resources/
H A DCowboy.svg12 <path d="M236.331 579.855C239.879 580.283 244.935 581.129 243.416 583.26C242.43 584.471 236.933 581.368 235.836 580.971C234.74 580.574 235.936 580.442 235.936 580.442C235.936 580.442 240.438 582.619 241.536 582.506C242.635 582.393 242.463 581.51 241.502 581.29C240.543 581.07 236.291 580.169 236.291 580.169L236.331 579.855z"/>
15 <path d="M228.655 530.084L228.389 530.634C228.277 530.864 228.378 531.108 228.613 531.177L228.8 531.231C229.035 531.3 229.319 531.168 229.43 530.937L229.44 530.917L229.248 530.844C229.162 530.967 229.002 531.037 228.863 530.996L228.739 530.96C228.584 530.915 228.517 530.753 228.591 530.601L228.767 530.238C228.84 530.086 229.028 529.998 229.183 530.044L229.306 530.08C229.462 530.125 229.529 530.287 229.455 530.439L229.279 530.802C229.271 530.818 229.258 530.83 229.248 530.844L229.44 530.917L229.697 530.388C229.808 530.157 229.707 529.913 229.472 529.844L229.285 529.79C229.05 529.721 228.767 529.853 228.655 530.084z"/>
18 <path d="M227.955 531.784L227.689 532.333C227.577 532.564 227.678 532.808 227.913 532.877L228.1 532.932C228.335 533 228.619 532.868 228.731 532.637L228.74 532.617L228.548 532.544C228.462 532.668 228.302 532.737 228.163 532.696L228.039 532.66C227.884 532.615 227.817 532.453 227.891 532.301L228.067 531.938C228.14 531.786 228.328 531.698 228.483 531.744L228.606 531.78C228.762 531.825 228.828 531.987 228.755 532.139L228.579 532.502C228.571 532.518 228.558 532.53 228.548 532.544L228.74 532.617L228.997 532.088C229.108 531.857 229.007 531.613 228.772 531.544L228.585 531.49C228.35 531.421 228.067 531.553 227.955 531.784z"/>
21 <path d="M229.637 528.285L229.371 528.835C229.26 529.065 229.361 529.31 229.596 529.379L229.783 529.433C230.018 529.502 230.301 529.369 230.413 529.139L230.422 529.119L230.23 529.046C230.144 529.169 229.984 529.238 229.845 529.198L229.721 529.162C229.566 529.116 229.499 528.955 229.573 528.803L229.749 528.44C229.822 528.288 230.01 528.2 230.165 528.245L230.289 528.281C230.444 528.327 230.511 528.488 230.437 528.64L230.261 529.004C230.253 529.019 230.24 529.031 230.23 529.046L230.422 529.119L230.679 528.589C230.79 528.359 230.689 528.115 230.454 528.046L230.267 527.991C230.032 527.923 229.749 528.055 229.637 528.285z"/>
24 <path d="M231.303 524.706L231.021 525.247C230.903 525.475 230.997 525.722 231.23 525.797L231.415 525.857C231.648 525.932 231.935 525.808 232.053 525.581L232.064 525.561L231.873 525.483C231.784 525.604 231.622 525.668 231.484 525.624L231.361 525.584C231.208 525.534 231.146 525.371 231.224 525.221L231.41 524.863C231.488 524.713 231.678 524.631 231.831 524.681L231.954 524.72C232.108 524.77 232.17 524.933 232.092 525.083L231.906 525.441C231.897 525.457 231.884 525.468 231.873 525.483L232.064 525.561L232.335 525.039C232.453 524.812 232.359 524.565 232.126 524.49L231.941 524.43C231.708 524.354 231.421 524.479 231.303 524.706z"/>
27 <path d="M229.082 530.231L229.79 528.896L229.959 529.028L229.251 530.363L229.082 530.231z"/>
30 <path d="M230.468 526.587L230.309 527.177C230.242 527.424 230.387 527.645 230.631 527.669L230.825 527.687C231.068 527.711 231.322 527.528 231.389 527.281L231.395 527.259L231.192 527.223C231.131 527.361 230.986 527.458 230.842 527.445L230.714 527.432C230.553 527.417 230.457 527.27 230.501 527.107L230.606 526.718C230.65 526.554 230.818 526.433 230.979 526.449L231.107 526.461C231.268 526.477 231.364 526.623 231.32 526.786L231.215 527.176C231.21 527.193 231.199 527.207 231.192 527.223L231.395 527.259L231.548 526.691C231.615 526.444 231.47 526.223 231.226 526.199L231.032 526.18C230.788 526.157 230.534 526.34 230.468 526.587z"/>
33 <path d="M230.064 528.433L230.772 527.098L230.941 527.23L230.233 528.565L230.064 528.433z"/>
36 <path d="M232.447 523.051L232.119 523.567C231.982 523.783 232.054 524.037 232.28 524.132L232.459 524.208C232.685 524.303 232.982 524.204 233.119 523.988L233.131 523.969L232.949 523.874C232.849 523.987 232.682 524.038 232.548 523.981L232.43 523.932C232.281 523.869 232.233 523.701 232.324 523.558L232.54 523.217C232.63 523.075 232.827 523.009 232.976 523.072L233.094 523.122C233.243 523.185 233.291 523.353 233.2 523.496L232.984 523.836C232.975 523.851 232.96 523.861 232.949 523.874L233.131 523.969L233.447 523.473C233.584 523.257 233.512 523.002 233.286 522.907L233.106 522.831C232.881 522.736 232.584 522.835 232.447 523.051z"/>
39 <path
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp129 bool FaultDetectorUtil::IsDirectory(const string &path) in IsDirectory() argument
132 if (stat(path.c_str(), &statBuffer) == 0 && S_ISDIR(statBuffer.st_mode)) { in IsDirectory()
138 vector<string> FaultDetectorUtil::GetSubDir(const string &path, bool digit) in GetSubDir() argument
141 auto dir = opendir(path.c_str()); in GetSubDir()
143 HIVIEW_LOGE("failed to open dir : %{public}s, errno: %{public}d", path.c_str(), errno); in GetSubDir()
154 if (!IsDirectory(path + "/" + childNode)) { in GetSubDir()
163 vector<string> FaultDetectorUtil::GetSubFile(const string &path, bool digit) in GetSubFile() argument
166 auto dir = opendir(path.c_str()); in GetSubFile()
168 HIVIEW_LOGE("failed to open dir: %{public}s, errno: %{public}d", path.c_str(), errno); in GetSubFile()
179 if (IsDirectory(path in GetSubFile()
190 string path = "/proc"; GetAllPids() local
202 ReadFileByChar(const string &path) ReadFileByChar() argument
220 RenameFile(const string &path, const string &newPath) RenameFile() argument
267 GetStatInfo(const string &path) GetStatInfo() argument
280 string path = "/proc/" + to_string(pid) + "/cmdline"; GetProcessName() local
298 string path = "/proc/" + to_string(pid) + "/stat"; GetProcessStartTime() local
313 string path = "/proc/" + to_string(pid) + "/rss"; GetProcessRss() local
330 string path = "/proc/" + to_string(pid) + "/stat"; GetParentPid() local
365 string path = "/proc/" + to_string(pid) + "/attr"; GetProcessUid() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_monitor.ts30 public path: string;
32 // properties on the path
38 constructor(path: string, id: number) {
39 this.path = path;
41 this.props = path.split('.');
79 * observeObjectAccess = get each object on the 'path' to create dependency and add them with Observe.addRef
105 paths.forEach(path => this.values_.push(new MonitorValueV2<unknown>(path, ++MonitorV2.nextWatchId_)));
127 ret.push(monitorValue.path);
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dcommand_line.cpp57 str.append(" send file from path to medialibrary\n"); in ShowUsage()
58 str.append(" command: send path (file path or dir path)\n"); in ShowUsage()
62 str.append(" receive file from medialibrary to path\n"); in ShowUsage()
63 str.append(" command: recv uri path | recv all path\n"); in ShowUsage()
66 str.append(" query path or uri by displayname in medialibrary\n"); in ShowUsage()
71 static inline bool IsDirPath(const std::string path) in IsDirPath() argument
73 if (path in IsDirPath()
92 std::string path; CheckRecvPath() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp62 std::shared_ptr<RdbStoreImpl> RdbStoreManager::GetStoreFromCache(const RdbStoreConfig &config, const std::string &path) in GetStoreFromCache() argument
64 if (storeCache_.find(path) != storeCache_.end()) { in GetStoreFromCache()
65 std::shared_ptr<RdbStoreImpl> rdbStore = storeCache_[path].lock(); in GetStoreFromCache()
70 storeCache_.erase(path); in GetStoreFromCache()
73 LOG_INFO("app[%{public}s:%{public}s] path[%{public}s]" in GetStoreFromCache()
76 config.GetBundleName().c_str(), config.GetModuleName().c_str(), SqliteUtils::Anonymous(path).c_str(), in GetStoreFromCache()
92 auto path = config.GetRoleType() == VISITOR ? config.GetVisitorDir() : config.GetPath(); in GetRdbStore() local
94 pool->Schedule(std::chrono::seconds(RETRY_INTERVAL), [path, config, this]() { in GetRdbStore()
95 if (IsConfigInvalidChanged(path, config)) { in GetRdbStore()
99 std::shared_ptr<RdbStoreImpl> rdbStore = GetStoreFromCache(config, path); in GetRdbStore()
134 IsConfigInvalidChanged(const std::string &path, const RdbStoreConfig &config) IsConfigInvalidChanged() argument
211 Remove(const std::string &path) Remove() argument
265 Delete(const std::string &path) Delete() argument
[all...]
/third_party/eudev/src/shared/
H A Dselinux-util.c32 #include "path-util.h"
138 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_selinux_fix() argument
144 assert(path); in mac_selinux_fix()
150 r = lstat(path, &st); in mac_selinux_fix()
154 r = selabel_lookup_raw(label_hnd, &fcon, path, st.st_mode); in mac_selinux_fix()
161 r = lsetfilecon(path, fcon); in mac_selinux_fix()
177 log_enforcing("Unable to fix SELinux security context of %s: %m", path); in mac_selinux_fix()
186 int mac_selinux_apply(const char *path, const char *label) { in mac_selinux_apply() argument
189 assert(path); in mac_selinux_apply()
195 if (setfilecon(path, (security_context_ in mac_selinux_apply()
323 mac_selinux_create_file_prepare(const char *path, mode_t mode) mac_selinux_create_file_prepare() argument
410 mac_selinux_mkdir(const char *path, mode_t mode) mac_selinux_mkdir() argument
467 char *path; mac_selinux_bind() local
[all...]
/third_party/gn/infra/
H A Drecipes.py54 def __init__(self, msg, path):
55 full_message = 'malformed recipes.cfg: %s: %r' % (msg, path)
63 repo_root (str) - native path to the root of the repo we're trying to run
65 recipes_cfg_path (str) - native path to the recipes.cfg file to process.
70 recipes_path (str) - native path to where the recipes live inside of the
108 recipes_path = os.path.join(repo_root,
109 recipes_path.replace('/', os.path.sep))
123 def _is_executable(path):
124 return os.path.isfile(path) an
[all...]
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen11.c65 char *path; member
73 .path = T_REG_EMPTY,
80 .path = T_REG_EMPTY,
87 .path = T_REG_EMPTY,
94 .path = T_REG_EMPTY,
101 .path = T_REG_EMPTY,
109 .path = T_DIR,
116 .path = T_DIR,
123 .path = T_REG_EMPTY,
131 .path
[all...]
/third_party/python/Tools/scripts/
H A Dpatchcheck.py6 import os.path namespace
16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'),
17 os.path.join('Modules', '_ctypes', 'libffi_msvc'),
18 os.path.join('Modules', '_decimal', 'libmpdec'),
19 os.path.join('Modules', 'expat'),
20 os.path.join('Modules', 'zlib')]
101 if not os.path.exists(os.path.join(SRCDIR, '.git')):
121 if os.path.exists(os.path
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp54 std::string tmpPath = opts.path.empty() ? data.path : opts.path; in StoreThumbnailSize()
388 if (opts.path.empty()) { in TryLoadSource()
389 MEDIA_ERR_LOG("LoadSourceImage faild, %{public}s", DfxUtils::GetSafePath(data.path).c_str()); in TryLoadSource()
391 {KEY_OPT_FILE, data.path}, {KEY_OPT_TYPE, OptType::THUMB}}; in TryLoadSource()
395 opts.path = ""; in TryLoadSource()
397 if (access(data.path.c_str(), F_OK) == 0) { in TryLoadSource()
402 {KEY_ERR_CODE, E_THUMBNAIL_UNKNOWN}, {KEY_OPT_FILE, data.path}, {KEY_OPT_TYPE, OptType::THUMB}}; in TryLoadSource()
420 MEDIA_ERR_LOG("Fail to create lcd, path in DoCreateLcd()
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g.c213 "Plugin path: " PLUGIN_DIR "\n\n"
250 * ntfs_fuse_is_named_data_stream - check path to be to named data stream
251 * @path: path to check
253 * Returns 1 if path is to named data stream or 0 otherwise.
255 static int ntfs_fuse_is_named_data_stream(const char *path) in ntfs_fuse_is_named_data_stream() argument
257 if (strchr(path, ':') && ctx->streams == NF_STREAMS_INTERFACE_WINDOWS) in ntfs_fuse_is_named_data_stream()
330 const char *path, ntfs_inode *dir_ni, in ntfs_allowed_dir_access()
352 dirpath = strdup(path); in ntfs_allowed_dir_access()
379 path); in ntfs_allowed_dir_access()
329 ntfs_allowed_dir_access(struct SECURITY_CONTEXT *scx, const char *path, ntfs_inode *dir_ni, ntfs_inode *ni, mode_t accesstype) ntfs_allowed_dir_access() argument
408 ntfs_allowed_real_dir_access(struct SECURITY_CONTEXT *scx, const char *path, ntfs_inode *dir_ni, mode_t accesstype) ntfs_allowed_real_dir_access() argument
441 get_parent_dir(const char *path) get_parent_dir() argument
550 ntfs_fuse_parse_path(const char *org_path, char **path, ntfschar **stream_name) ntfs_fuse_parse_path() argument
589 char *path = NULL; ntfs_macfuse_getxtimes() local
615 ntfs_macfuse_setcrtime(const char *path, const struct timespec *tv) ntfs_macfuse_setcrtime() argument
636 ntfs_macfuse_setbkuptime(const char *path, const struct timespec *tv) ntfs_macfuse_setbkuptime() argument
657 ntfs_macfuse_setchgtime(const char *path, const struct timespec *tv) ntfs_macfuse_setchgtime() argument
811 char *path = NULL; ntfs_fuse_getattr() local
1135 char *path = NULL; ntfs_fuse_readlink() local
1374 ntfs_fuse_opendir(const char *path, struct fuse_file_info *fi) ntfs_fuse_opendir() argument
1428 ntfs_fuse_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset __attribute__((unused)), struct fuse_file_info *fi __attribute__((unused))) ntfs_fuse_readdir() argument
1474 char *path = NULL; ntfs_fuse_open() local
1562 char *path = NULL; ntfs_fuse_read() local
1653 char *path = NULL; ntfs_fuse_write() local
1728 char *path = NULL; ntfs_fuse_release() local
1815 char *path = NULL; ntfs_fuse_trunc() local
1918 ntfs_fuse_chmod(const char *path, mode_t mode) ntfs_fuse_chmod() argument
1964 ntfs_fuse_chown(const char *path, uid_t uid, gid_t gid) ntfs_fuse_chown() argument
2015 ntfs_fuse_access(const char *path, int type) ntfs_fuse_access() argument
2067 char *path = NULL; ntfs_fuse_create() local
2252 ntfs_fuse_create_stream(const char *path, ntfschar *stream_name, const int stream_name_len, struct fuse_file_info *fi) ntfs_fuse_create_stream() argument
2307 char *path = NULL; ntfs_fuse_mknod_common() local
2336 ntfs_fuse_mknod(const char *path, mode_t mode, dev_t dev) ntfs_fuse_mknod() argument
2342 ntfs_fuse_create_file(const char *path, mode_t mode, struct fuse_file_info *fi) ntfs_fuse_create_file() argument
2361 char *path; ntfs_fuse_link() local
2454 char *path; ntfs_fuse_rm() local
2531 ntfs_fuse_rm_stream(const char *path, ntfschar *stream_name, const int stream_name_len) ntfs_fuse_rm_stream() argument
2551 char *path = NULL; ntfs_fuse_unlink() local
2683 char *path = NULL; ntfs_fuse_rename() local
2752 ntfs_fuse_mkdir(const char *path, mode_t mode) ntfs_fuse_mkdir() argument
2761 ntfs_fuse_rmdir(const char *path) ntfs_fuse_rmdir() argument
2770 ntfs_fuse_utimens(const char *path, const struct timespec tv[2]) ntfs_fuse_utimens() argument
2827 ntfs_fuse_utime(const char *path, struct utimbuf *buf) ntfs_fuse_utime() argument
2920 ntfs_fuse_ioctl(const char *path, int cmd, void *arg, struct fuse_file_info *fi __attribute__((unused)), unsigned int flags, void *data) ntfs_fuse_ioctl() argument
2949 ntfs_fuse_bmap(const char *path, size_t blocksize, uint64_t *idx) ntfs_fuse_bmap() argument
3018 ntfs_check_access_xattr(struct SECURITY_CONTEXT *security, const char *path, int attr, BOOL setting) ntfs_check_access_xattr() argument
3148 ntfs_fuse_listxattr(const char *path, char *list, size_t size) ntfs_fuse_listxattr() argument
3200 ntfs_fuse_getxattr_windows(const char *path, const char *name, char *value, size_t size) ntfs_fuse_getxattr_windows() argument
3280 ntfs_fuse_getxattr(const char *path, const char *name, char *value, size_t size, uint32_t position) ntfs_fuse_getxattr() argument
3435 ntfs_fuse_setxattr(const char *path, const char *name, const char *value, size_t size, int flags, uint32_t position) ntfs_fuse_setxattr() argument
3682 ntfs_fuse_removexattr(const char *path, const char *name) ntfs_fuse_removexattr() argument
[all...]
/third_party/node/src/
H A Dnode_file.cc87 // Remove everything leading up to and including the final path separator. in Basename()
737 // missing in the error messages. The path, dest, syscall, fd, .etc
749 req->path, in Reject()
822 // Reverse the logic applied by path.toNamespacedPath() to create a
823 // namespace-prefixed path.
824 void FromNamespacedPath(std::string* path) { in FromNamespacedPath() argument
826 if (path->compare(0, 8, "\\\\?\\UNC\\", 8) == 0) { in FromNamespacedPath()
827 *path = path->substr(8); in FromNamespacedPath()
828 path in FromNamespacedPath()
845 Local<Value> path; AfterMkdirp() local
1524 MKDirpSync(uv_loop_t* loop, uv_fs_t* req, const std::string& path, int mode, uv_fs_cb cb) MKDirpSync() argument
1592 MKDirpAsync(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) MKDirpAsync() argument
1687 CallMKDirpSync(Environment* env, const FunctionCallbackInfo<Value>& args, FSReqWrapSync* req_wrap, const char* path, int mode) CallMKDirpSync() argument
1739 MaybeLocal<Value> path = StringBytes::Encode(env->isolate(), MKDir() local
2597 const char* path = req_wrap_sync.req.path; Mkdtemp() local
[all...]
/applications/standard/filepicker/entry/src/main/ets/base/utils/
H A DFsUtil.ts43 public static async access(path: string): Promise<boolean | BusinessError> {
45 return await fs.access(path);
52 public static accessSync(path: string): boolean {
54 return fs.accessSync(path);
61 public static openSync(path: string, mode?: number): fs.File | BusinessError {
63 return fs.openSync(path, mode);
88 public static async mkdir(path: string, recursion: boolean = false): Promise<void | BusinessError> {
90 return await fs.mkdir(path, recursion);
97 public static mkdirSync(path: string, recursion: boolean = false): void | BusinessError {
99 return fs.mkdirSync(path, recursio
[all...]
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c207 int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag) in GetPath() argument
209 if (strncpy_s(targetPath, pathLen, path, strlen(path)) != EOK) { in GetPath()
210 HKS_LOG_E("strncpy path failed"); in GetPath()
253 int32_t ret = DataInit(&fileInfo->mainPath.path, fileInfo->mainPath.size); in FileInfoInit()
258 ret += DataInit(&fileInfo->bakPath.path, fileInfo->bakPath.size); in FileInfoInit()
267 HKS_FREE(fileInfo->mainPath.path); in FileInfoFree()
272 HKS_FREE(fileInfo->bakPath.path); in FileInfoFree()
435 int32_t HksMakeFullDir(const char *path) in HksMakeFullDir() argument
437 uint32_t pathLen = strlen(path); in HksMakeFullDir()
474 StandardizePath(char *path) StandardizePath() argument
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c95 /* Full path of /dev/dri/renderD* */
106 const char *path; member
165 char *path; in drm_shim_override_file() local
168 nfvasprintf(&path, path_format, ap); in drm_shim_override_file()
172 override->path = path; in drm_shim_override_file()
255 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() argument
260 if (strcmp(file_overrides[i].path, path) == 0) { in fopen()
270 return real_fopen(path, mod in fopen()
276 open(const char *path, int flags, ...) open() argument
307 __xstat(int ver, const char *path, struct stat *st) __xstat() argument
341 __xstat64(int ver, const char *path, struct stat64 *st) __xstat64() argument
409 stat(const char* path, struct stat* stat_buf) stat() argument
442 stat64(const char* path, struct stat64* stat_buf) stat64() argument
604 readlink(const char *path, char *buf, size_t size) readlink() argument
636 realpath(const char *path, char *resolved_path) realpath() argument
[all...]

Completed in 19 milliseconds

1...<<21222324252627282930>>...1609