Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/src/utils/
DSkOSPath.cpp19 SkString SkOSPath::Basename(const char* fullPath) { in Basename() argument
20 if (!fullPath) { in Basename()
23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename()
25 filename = fullPath; in Basename()
32 SkString SkOSPath::Dirname(const char* fullPath) { in Dirname() argument
33 if (!fullPath) { in Dirname()
36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname()
40 if (end == fullPath) { in Dirname()
41 SkASSERT(fullPath[0] == SEPARATOR); in Dirname()
44 return SkString(fullPath, end - fullPath); in Dirname()
DSkOSPath.h42 static SkString Basename(const char* fullPath);
52 static SkString Dirname(const char* fullPath);
/third_party/flutter/skia/src/utils/
DSkOSPath.cpp19 SkString SkOSPath::Basename(const char* fullPath) { in Basename() argument
20 if (!fullPath) { in Basename()
23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename()
25 filename = fullPath; in Basename()
32 SkString SkOSPath::Dirname(const char* fullPath) { in Dirname() argument
33 if (!fullPath) { in Dirname()
36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname()
40 if (end == fullPath) { in Dirname()
41 SkASSERT(fullPath[0] == SEPARATOR); in Dirname()
44 return SkString(fullPath, end - fullPath); in Dirname()
DSkOSPath.h42 static SkString Basename(const char* fullPath);
52 static SkString Dirname(const char* fullPath);
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts83 fullPath: string; property
514 this.invokeFsWatches(currentEntry.fullPath, "change");
540 const directoryFullPath = getDirectoryPath(currentEntry.fullPath);
542 … this.invokeFsWatchesCallbacks(directoryFullPath, "rename", currentEntry.fullPath);
543 … this.invokeRecursiveFsWatches(directoryFullPath, "rename", currentEntry.fullPath);
546 … this.invokeFileAndFsWatches(currentEntry.fullPath, FileWatcherEventKind.Changed);
552 const fullPath = getNormalizedAbsolutePath(fileName, this.currentDirectory); constant
553 const path = this.toPath(fullPath);
572 const fullPath = getNormalizedAbsolutePath(folderName, this.currentDirectory); constant
573 const path = this.toPath(fullPath);
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.cpp411 char *fullPath = NULL; in addFile() local
429 fullPath = pathToFullPath(filename, source); in addFile()
442 files[fileCount].pathname=fullPath; in addFile()
447 file=T_FileStream_open(fullPath, "rb"); in addFile()
449 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath); in addFile()
456 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath); in addFile()
465 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize); in addFile()
515 char *fullPath; in pathToFullPath() local
520 fullPath = (char *)uprv_malloc(newLength); in pathToFullPath()
522 uprv_strcpy(fullPath, source); in pathToFullPath()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_gencmn.cpp411 char *fullPath = NULL; in addFile() local
429 fullPath = pathToFullPath(filename, source); in addFile()
442 files[fileCount].pathname=fullPath; in addFile()
447 file=T_FileStream_open(fullPath, "rb"); in addFile()
449 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath); in addFile()
456 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath); in addFile()
465 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize); in addFile()
515 char *fullPath; in pathToFullPath() local
520 fullPath = (char *)uprv_malloc(newLength); in pathToFullPath()
522 uprv_strcpy(fullPath, source); in pathToFullPath()
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_gencmn.cpp411 char *fullPath = NULL; in addFile() local
429 fullPath = pathToFullPath(filename, source); in addFile()
442 files[fileCount].pathname=fullPath; in addFile()
447 file=T_FileStream_open(fullPath, "rb"); in addFile()
449 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath); in addFile()
456 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath); in addFile()
465 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize); in addFile()
515 char *fullPath; in pathToFullPath() local
520 fullPath = (char *)uprv_malloc(newLength); in pathToFullPath()
522 uprv_strcpy(fullPath, source); in pathToFullPath()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_gencmn.cpp411 char *fullPath = NULL; in addFile() local
429 fullPath = pathToFullPath(filename, source); in addFile()
442 files[fileCount].pathname=fullPath; in addFile()
447 file=T_FileStream_open(fullPath, "rb"); in addFile()
449 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath); in addFile()
456 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath); in addFile()
465 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize); in addFile()
515 char *fullPath; in pathToFullPath() local
520 fullPath = (char *)uprv_malloc(newLength); in pathToFullPath()
522 uprv_strcpy(fullPath, source); in pathToFullPath()
[all …]
/third_party/typescript/tests/baselines/reference/
DundeclaredModuleError.types30 …]) => { files.forEach((file) => { var fullPath = join(IDoNotExis…
35 …]) => { files.forEach((file) => { var fullPath = join(IDoNotExis…
38 …]) => { files.forEach((file) => { var fullPath = join(IDoNotExis…
44 …]) => { files.forEach((file) => { var fullPath = join(IDoNotExis…
49 >files.forEach((file) => { var fullPath = join(IDoNotExist); } ) …
53 >(file) => { var fullPath = join(IDoNotExist); } : (file: {}) => …
56 var fullPath = join(IDoNotExist);
57 >fullPath : void
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dno-entries-with-link-purge.js27 var testBase, partialPath, fullPath, targetPath variable
35 fullPath = path.resolve(tmpdir, FULL_PATH)
45 symlinkSync(targetPath, fullPath)
54 vacuum(fullPath, {purge: true, base: testBase, log: log}, function (er) {
58 t.equal(messages[0], 'purging ' + fullPath)
62 var verifyPath = fullPath
Dno-entries-file-no-purge.js24 var testBase, partialPath, fullPath variable
31 fullPath = path.resolve(tmpdir, FULL_PATH)
36 writeFile(fullPath, new Buffer('hi'), function (er) {
46 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
53 var verifyPath = fullPath
Dracy-entries.js48 var testBase, partialPath, fullPath variable
55 fullPath = path.resolve(tmpdir, FULL_PATH)
60 writeFile(fullPath, new Buffer('hi'), function (er) {
70 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
77 var verifyPath = fullPath
Dracy-entries-enotempty.js63 var testBase, partialPath, fullPath variable
70 fullPath = path.resolve(tmpdir, FULL_PATH)
75 writeFile(fullPath, new Buffer('hi'), function (er) {
85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
92 var verifyPath = fullPath
Dracy-entries-eexist.js63 var testBase, partialPath, fullPath variable
70 fullPath = path.resolve(tmpdir, FULL_PATH)
75 writeFile(fullPath, new Buffer('hi'), function (er) {
85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
92 var verifyPath = fullPath
Dno-entries-link-no-purge.js26 var testBase, targetPath, partialPath, fullPath, expandoPath variable
34 fullPath = path.resolve(tmpdir, FULL_PATH)
43 symlinkSync(path.join(tmpdir, 'target-link'), fullPath)
/third_party/node/test/parallel/
Dtest-fs-long-path.js35 const fullPath = path.resolve(fileName); constant
41 fullPathLength: fullPath.length
44 fs.writeFile(fullPath, 'ok', common.mustSucceed(() => {
45 fs.stat(fullPath, common.mustSucceed());
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp102 PosixLibrary(const std::string &fullPath, int extraFlags) in PosixLibrary() argument
103 : mModule(dlopen(fullPath.c_str(), RTLD_NOW | extraFlags)) in PosixLibrary()
165 std::string fullPath = directory + libraryName; in OpenSharedLibraryWithExtension() local
168 fullPath = fullPath + "/" + libraryName; in OpenSharedLibraryWithExtension()
170 return new PosixLibrary(fullPath, extraFlags); in OpenSharedLibraryWithExtension()
/third_party/node/benchmark/fs/
Dbench-opendir.js15 const fullPath = path.resolve(__dirname, '../../', dir);
22 const dir = await fs.promises.opendir(fullPath, { bufferSize });
27 const dir = await fs.promises.opendir(fullPath, { bufferSize });
45 const dir = fs.opendirSync(fullPath, { bufferSize });
Dbench-readdirSync.js16 const fullPath = path.resolve(__dirname, '../../', dir);
19 fs.readdirSync(fullPath, { withFileTypes });
Dbench-readdir.js15 const fullPath = path.resolve(__dirname, '../../', dir);
20 fs.readdir(fullPath, { withFileTypes }, () => {
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp183 SkString fullPath = resource.fFullPath; in print_diff_resource_cell() local
190 if (!fullPath.isEmpty()) { in print_diff_resource_cell()
191 if (!fullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
192 fullPath.prepend(relativePath); in print_diff_resource_cell()
194 print_link_cell(stream, fullPath, "N/A"); in print_diff_resource_cell()
207 if (!fullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
208 fullPath.prepend(relativePath); in print_diff_resource_cell()
210 print_image_cell(stream, fullPath, height); in print_diff_resource_cell()
/third_party/vk-gl-cts/scripts/build/
Dcommon.py122 fullPath = os.path.join(path, binWithExt)
123 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):
124 return fullPath
/third_party/jsframework/mock-generate/src/
Dmain.ts38 const fullPath = path.join(dir, value); constant
39 const stats = fs.statSync(fullPath);
41 getAllDtsFile(fullPath);
43 dtsFileList.push(fullPath);
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dresolve.js12 resolve.fullPath = getFullPath;
243 var fullPath = fullPaths[parentJsonPtr] + '/' + parentKeyword;
245 fullPath += '/' + (typeof keyIndex == 'number' ? keyIndex : util.escapeFragment(keyIndex));
255 } else if (id != normalizeId(fullPath)) {
261 self._refs[id] = fullPath;
266 fullPaths[jsonPtr] = fullPath;

123