Home
last modified time | relevance | path

Searched full:path (Results 1676 - 1700 of 38143) sorted by relevance

1...<<61626364656667686970>>...1526

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-virtual.js4 const { resolve } = require('path')
46 path: this.path,
69 const pj = this.path + '/package.json'
147 cwd: this.path,
151 for (const [name, path] of workspaces.entries()) {
152 lockWS[name] = `file:${path.replace(/#/g, '%23')}`
200 const targetPath = resolve(this.path, meta.resolved)
201 const targetLoc = relpath(this.path, targetPath)
249 const p = this.virtualTree ? this.virtualTree.realpath : this.path
[all...]
/third_party/vk-gl-cts/external/amber/src/tests/
H A Drun_tests.py190 base = os.path.basename(self.input_path)
289 base_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
294 default=os.path.join(base_path, 'out', 'Debug'),
295 help='path to build directory')
297 default=os.path.join(os.path.dirname(__file__), 'cases'),
298 help='path to directory containing test files')
299 parser.add_option('--test-prog-path', defaul
[all...]
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dgit-sync-deps26 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
27 ['git', 'git.exe', 'git.bat'] in your default path.
36 cd path/to/repository
40 cd path/to/repository
75 DEFAULT_DEPS_PATH = os.path.normpath(
76 os.path.join(os.path.dirname(__file__), os.pardir, 'DEPS'))
107 directory (string) the path into which the repository
113 return os.path.realpath(bytes(directory, 'utf8')) == os.path
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgit-sync-deps36 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
37 ['git', 'git.exe', 'git.bat'] in your default path.
46 cd path/to/repository
50 cd path/to/repository
83 DEFAULT_DEPS_PATH = os.path.normpath(
84 os.path.join(os.path.dirname(__file__), os.pardir, 'DEPS'))
115 directory (string) the path into which the repository
121 return os.path.realpath(bytes(directory, 'utf8')) == os.path
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgit-sync-deps36 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
37 ['git', 'git.exe', 'git.bat'] in your default path.
46 cd path/to/repository
50 cd path/to/repository
83 DEFAULT_DEPS_PATH = os.path.normpath(
84 os.path.join(os.path.dirname(__file__), os.pardir, 'DEPS'))
115 directory (string) the path into which the repository
121 return os.path.realpath(bytes(directory, 'utf8')) == os.path
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h53 // Converts FieldMask to/from string, formatted by separating each path
80 // Get the descriptors of the fields which the given path from the message
82 // Return false if the path is not valid, and the content of field_descriptors
85 const Descriptor* descriptor, StringPiece path,
88 // Checks whether the given path is valid for type T.
90 static bool IsValidPath(StringPiece path) { in IsValidPath() argument
91 return GetFieldDescriptors(T::descriptor(), path, nullptr); in IsValidPath()
104 // Adds a path to FieldMask after checking whether the given path is valid.
105 // This method check-fails if the path i
107 AddPathToFieldMask(StringPiece path, FieldMask* mask) AddPathToFieldMask() argument
[all...]
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
H A Dperf_puppeteer_skottie_frames_test.go11 "path/filepath"
26 const fakeNodeBinPath = "/fake/path/to/node/bin"
38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
57 const fakeNodeBinPath = "/fake/path/to/node/bin"
58 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
59 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
77 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
80 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
81 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
84 "--output", "/fake/path/t
[all...]
/third_party/weex-loader/src/
H A Dutil.js20 import path from 'path'
35 return path.basename(resourcePath).replace(/\..*$/, '')
39 const filename = path.relative('.', resourcePath)
47 return path.relative('.', filepath)
144 const sourceRoot = path.resolve('.')
223 return filePath.slice(0, filePath.indexOf(moduleName.replace(/\//g, path.sep)) + moduleName.length)
314 name: path.resolve(__dirname, 'json.js')
316 name: path.resolve(__dirname, 'template.js')
321 name: path
[all...]
/third_party/eudev/src/libudev/
H A Dlibudev-device.c49 * by their syspath, every device has exactly one path in the kernel sys
489 char path[UTIL_PATH_SIZE]; in udev_device_add_property_from_string_parse() local
491 strscpyl(path, sizeof(path), "/sys", &property[8], NULL); in udev_device_add_property_from_string_parse()
492 udev_device_set_syspath(udev_device, path); in udev_device_add_property_from_string_parse()
748 * @syspath: sys device path including sys directory
752 * path to the device, including the sys mount point.
762 char path[UTIL_PATH_SIZE]; in udev_device_new_from_syspath() local
777 /* path starts in sys */ in udev_device_new_from_syspath()
784 /* path i in udev_device_new_from_syspath()
842 char path[UTIL_PATH_SIZE]; udev_device_new_from_devnum() local
958 char path[UTIL_PATH_SIZE]; udev_device_new_from_subsystem_sysname() local
1062 char path[UTIL_PATH_SIZE]; device_new_from_parent() local
1465 char path[UTIL_PATH_SIZE]; udev_device_get_sysattr_value() local
1549 char path[UTIL_PATH_SIZE]; udev_device_set_sysattr_value() local
1637 char path[UTIL_PATH_SIZE]; udev_device_sysattr_list_read() local
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py122 qualified_out_dir = os.path.normpath(
123 os.path.join(output_dir, builddir_name, "gypfiles")
402 # http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces
420 # ccache or distcc lose the path to the target, so we convert a rule of
424 # path/to/foobar.o: DEP1 DEP2
442 # Fixup path as in (1).
685 return os.path.splitext(filename)[0] + ".o"
727 def Sourceify(path):
728 """Convert a path to its source directory form."""
729 if "$(" in path
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py123 qualified_out_dir = os.path.normpath(
124 os.path.join(output_dir, builddir_name, "gypfiles")
405 # http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces
423 # ccache or distcc lose the path to the target, so we convert a rule of
427 # path/to/foobar.o: DEP1 DEP2
445 # Fixup path as in (1).
694 return os.path.splitext(filename)[0] + ".o"
736 def Sourceify(path):
737 """Convert a path to its source directory form."""
738 if "$(" in path
[all...]
/third_party/toybox/lib/
H A Dxwrap.c206 // with a path isn't a builtin, so /bin/sh won't match the builtin sh.
358 void xaccess(char *path, int flags) in xaccess() argument
360 if (access(path, flags)) perror_exit("Can't access '%s'", path); in xaccess()
364 void xunlink(char *path) in xunlink() argument
366 if (unlink(path)) perror_exit("unlink '%s'", path); in xunlink()
372 int xcreate_stdio(char *path, int flags, int mode) in xcreate_stdio() argument
374 int fd = open(path, (flags^O_CLOEXEC)&~WARN_ONLY, mode); in xcreate_stdio()
376 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path); in xcreate_stdio()
381 xopen_stdio(char *path, int flags) xopen_stdio() argument
438 xcreate(char *path, int flags, int mode) xcreate() argument
444 xopen(char *path, int flags) xopen() argument
450 openro(char *path, int flags) openro() argument
458 xopenro(char *path) xopenro() argument
473 xfopen(char *path, char *mode) xfopen() argument
521 xstat(char *path, struct stat *st) xstat() argument
529 xabspath(char *path, int exact) xabspath() argument
651 xchdir(char *path) xchdir() argument
656 xchroot(char *path) xchroot() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp387 for (const auto &path : realPaths) { in StreamInstall()
388 res = WriteHapFileToStream(streamInstaller, path); in StreamInstall()
423 for (const auto &path : realPaths) { in StreamInstall()
424 res = WriteSharedFileToStream(streamInstaller, path, i); in StreamInstall()
444 ErrCode BundleInstallerProxy::WriteFile(const std::string &path, int32_t outputFd) in WriteFile() argument
448 if (!PathToRealPath(path, realPath)) { in WriteFile()
449 LOG_E(BMS_TAG_INSTALLER, "file is not real path, file path: %{private}s", path.c_str()); in WriteFile()
492 const std::string &path) in WriteHapFileToStream()
491 WriteHapFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path) WriteHapFileToStream() argument
519 WriteSignatureFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, const std::string &moduleName) WriteSignatureFileToStream() argument
547 WriteSharedFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, uint32_t index) WriteSharedFileToStream() argument
576 WritePgoFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, const std::string &moduleName) WritePgoFileToStream() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_exif_test.cpp140 * @tc.desc: test ModifyImageProperty const std::string &path jpeg
180 * @tc.desc: test ModifyImageProperty path
222 std::string path = IMAGE_INPUT_EXIF_JPEG_PATH; in HWTEST_F() local
223 std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(path, opts, errorCode); in HWTEST_F()
238 std::unique_ptr<ImageSource> imageSourceOut = ImageSource::CreateImageSource(path, opts, errorCode); in HWTEST_F()
326 std::string path =IMAGE_REMOVE_EXIF_JPEG_PATH; in HWTEST_F() local
327 const int fd = open(path.c_str(), O_RDWR | S_IRUSR | S_IWUSR); in HWTEST_F()
340 std::unique_ptr<ImageSource> imageSourceNew = ImageSource::CreateImageSource(path, opts, errorCode); in HWTEST_F()
354 std::string path = IMAGE_REMOVE_EXIF_PNG_PATH; in HWTEST_F() local
356 std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(path, opt in HWTEST_F()
377 std::string path = IMAGE_REMOVE_EXIF_WEBP_PATH; HWTEST_F() local
402 std::string path = IMAGE_REMOVE_HW_EXIF_PATH; HWTEST_F() local
426 std::string path = IMAGE_REMOVE_EXIF_HEIF_PATH; HWTEST_F() local
451 std::string path = IMAGE_REMOVE_NO_EXIF_JPEG_PATH; HWTEST_F() local
467 std::string path = IMAGE_REMOVE_EXIF_JPEG_PATH; HWTEST_F() local
496 std::string path = IMAGE_REMOVE_EXIF_PNG_PATH; HWTEST_F() local
524 std::string path = IMAGE_REMOVE_EXIF_WEBP_PATH; HWTEST_F() local
553 std::string path = IMAGE_REMOVE_EXIF_HEIF_PATH; HWTEST_F() local
582 std::string path = IMAGE_REMOVE_EXIF_DNG_PATH; HWTEST_F() local
[all...]
/test/xts/acts/ai/nncore/common/
H A Dnncore_utils.cpp362 PathType CheckPath(const std::string &path) in CheckPath() argument
364 if (path.empty()) { in CheckPath()
365 LOGI("CheckPath: path is null"); in CheckPath()
369 if (stat(path.c_str(), &buf) == 0) { in CheckPath()
378 LOGI("%s not found", path.c_str()); in CheckPath()
382 bool DeleteFile(const std::string &path) in DeleteFile() argument
384 if (path.empty()) { in DeleteFile()
385 LOGI("DeleteFile: path is null"); in DeleteFile()
388 if (CheckPath(path) == PathType::NOT_FOUND) { in DeleteFile()
389 LOGI("not found: %s", path in DeleteFile()
426 DeleteFolder(const std::string &path) DeleteFolder() argument
462 CreateFolder(const std::string &path) CreateFolder() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/ohosTest/ets/test/
H A DStatNdk.test.ets65 let path = filesDir + '/fstat64.txt';
66 let result: number = stat.fstat64(path);
85 let path = filesDir + '/fstatat.txt';
86 let result: number = stat.fstatat(path);
106 let path = filesDir + '/fstatat64.txt';
107 let result: number = stat.fstatat64(path);
169 let path = filesDir + '/test.txt';
172 let result: number = stat.mkNodAt(dirFp, path, mode);
192 let path = filesDir + '/test.txt';
195 let result: number = stat.mkNodAt(dirFp, path, mod
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/images/
H A Dprimitive_topology_line_strip_with_adjacency.svg21 <inkscape:path-effect
23 id="path-effect11628"
31 <inkscape:path-effect
33 id="path-effect11624"
41 <inkscape:path-effect
49 id="path-effect11620"
51 <inkscape:path-effect
59 id="path-effect11616"
69 <path
75 <inkscape:path
[all...]
H A Dprimitive_topology_line_strip_with_adjacency_last.svg21 <inkscape:path-effect
23 id="path-effect11628"
31 <inkscape:path-effect
33 id="path-effect11624"
41 <inkscape:path-effect
49 id="path-effect11620"
51 <inkscape:path-effect
59 id="path-effect11616"
69 <path
75 <inkscape:path
[all...]
/third_party/parse5/test/data/parser-feedback/
H A Dtests10.test1551 "description": "<svg></path>",
1552 "input": "<svg></path>",
1561 "path"
1592 "description": "<div><svg><path></div>a",
1593 "input": "<div><svg><path></div>a",
1607 "path",
1622 "description": "<div><svg><path></svg><path>",
1623 "input": "<div><svg><path></svg><path>",
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs7 use std::path::{Path, PathBuf};
135 syn::Type::Path(TypePath { qself: None, path }) => { in introspect_type()
136 let last = path.segments.last().unwrap(); in introspect_type()
185 if mac.path.segments.last().unwrap().ident == "Token" => in introspect_type()
200 if !attr.path().is_ident("cfg") { in introspect_features()
228 if attr.path().is_ident("non_exhaustive") { in is_non_exhaustive()
237 if attr.path().is_ident("doc") && attr.parse_args::<parsing::kw::hidden>().is_ok() { in is_doc_hidden()
284 Path, Toke
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp145 string path = cacheDir + "/" + fileName; in DeleteCache() local
146 if (!MediaFileUtils::DeleteFile(path)) { in DeleteCache()
590 MEDIA_ERR_LOG("Failed to Solve FileAsset Path and Name, displayName=%{private}s", displayName.c_str()); in CreateV9()
661 CHECK_AND_RETURN_RET_LOG(errCode == E_OK, errCode, "Failed to Set Path, Name=%{private}s", displayName.c_str()); in CreateV10()
682 CHECK_AND_RETURN_RET_LOG(!filePath.empty(), E_INVALID_PATH, "get file path failed"); in DeletePhoto()
755 MEDIA_ERR_LOG("Query not matched data fails on update source path"); in UpdateSourcePath()
774 MEDIA_ERR_LOG("Query not matched data fails on update source path"); in UpdateSourcePath()
906 string path = fileAsset->GetPath(); in SaveCameraPhoto() local
908 if (!path.empty()) { in SaveCameraPhoto()
910 ScanFile(path, fals in SaveCameraPhoto()
1372 CreateThumbnailFileScaned(const string &uri, const string &path, bool isSync) CreateThumbnailFileScaned() argument
1584 string path = cacheDir + "/" + fileName; OpenCache() local
1657 string path = fileAsset->GetFilePath(); RequestEditData() local
1705 string path = fileAsset->GetFilePath(); RequestEditSource() local
1761 string path = fileAsset->GetFilePath(); CommitEditOpenExecute() local
1887 GetModityExtensionPath(std::string &path, std::string &modifyFilePath, const std::string &extension) GetModityExtensionPath() argument
2005 NotifyFormMap(const int32_t fileId, const string& path, const bool isSave) NotifyFormMap() argument
2026 string path = fileAsset->GetPath(); CommitEditInsertExecute() local
2141 string path = fileAsset->GetFilePath(); DoRevertEdit() local
2191 DeleteRevertMessage(const string &path) DeleteRevertMessage() argument
2235 RevertMovingPhotoVideo(const std::shared_ptr<FileAsset> &fileAsset, const string &path, const string &sourceVideoPath, int32_t subtype) RevertMovingPhotoVideo() argument
2642 string path = MediaFileUri::GetPathFromUri(uri, true); ForceSavePicture() local
3049 ProcessMultistagesPhoto(bool isEdited, const std::string &path, const uint8_t *addr, const long bytes, int32_t fileId) ProcessMultistagesPhoto() argument
3087 ProcessMultistagesPhotoForPicture(bool isEdited, const std::string &path, std::shared_ptr<Media::Picture> &picture, int32_t fileId, const std::string &mime_type) ProcessMultistagesPhotoForPicture() argument
3178 ProcessMultistagesVideo(bool isEdited, const std::string &path) ProcessMultistagesVideo() argument
3184 RemoveTempVideo(const std::string &path) RemoveTempVideo() argument
3336 string path = MediaFileUri::GetPathFromUri(uri, true); ScanMovingPhoto() local
3353 string path = MediaFileUri::GetPathFromUri(uriString, true); ScanFileWithoutAlbumUpdate() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp308 getPoolEntry(const char *path, UErrorCode *status);
314 static UResourceDataEntry *init_entry(const char *localeID, const char *path, UErrorCode *status) { in init_entry() argument
338 find.fPath = (char *)path; in init_entry()
363 if(path != NULL) { in init_entry()
364 r->fPath = (char *)uprv_strdup(path); in init_entry()
409 r->fAlias = init_entry(aliasName, path, status); in init_entry()
451 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() argument
452 UResourceDataEntry *poolBundle = init_entry(kPoolBundleName, path, status); in getPoolEntry()
464 findFirstExisting(const char* path, char* name, in findFirstExisting() argument
472 r = init_entry(name, path, statu in findFirstExisting()
636 entryOpen(const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) entryOpen() argument
788 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) entryOpenDirect() argument
982 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; init_resb_result() local
1723 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findResource() argument
1778 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findSubResource() argument
1836 icu::CharString path; getTableItemByKeyPath() local
1885 CharString path; ures_getByKeyWithFallback() local
2025 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument
2048 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, icu::ResourceSink &sink, UErrorCode &errorCode) ures_getAllItemsWithFallback() argument
2289 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) ures_openWithType() argument
2346 ures_open(const char* path, const char* localeID, UErrorCode* status) ures_open() argument
2351 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status) ures_openNoDefault() argument
2360 ures_openDirect(const char* path, const char* localeID, UErrorCode* status) ures_openDirect() argument
2372 ures_openFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openFillIn() argument
2385 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openDirectFillIn() argument
2562 ures_openAvailableLocales(const char *path, UErrorCode *status) ures_openAvailableLocales() argument
2617 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument
2922 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) ures_getKeywordValues() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-rmdir-recursive-throws-on-file.js6 const path = require('path');
13 const filePath = path.join(tmpdir.path, 'rmdir-recursive.txt');
18 const filePath = path.join(tmpdir.path, 'rmdir-recursive.txt');
25 const filePath = path.join(tmpdir.path, 'rmdir-recursive.txt');
H A Dtest-fs-symlink-longpath.js5 const path = require('path');
10 const tmpDir = tmpdir.path;
11 const longPath = path.join(...[tmpDir].concat(Array(30).fill('1234567890')));
15 const targetDirectory = path.join(longPath, 'target-directory');
17 const pathDirectory = path.join(tmpDir, 'new-directory');
22 const targetFile = path.join(longPath, 'target-file');
24 const pathFile = path.join(tmpDir, 'new-file');
H A Dtest-fs-write-stream-double-close.js6 const path = require('path');
12 const s = fs.createWriteStream(path.join(tmpdir.path, 'rw'));
19 const s = fs.createWriteStream(path.join(tmpdir.path, 'rw2'));
40 const s = fs.createWriteStream(path.join(tmpdir.path, 'rw'), {

Completed in 27 milliseconds

1...<<61626364656667686970>>...1526