/third_party/skia/src/utils/ |
D | SkOSPath.cpp | 19 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()
|
D | SkOSPath.h | 42 static SkString Basename(const char* fullPath); 52 static SkString Dirname(const char* fullPath);
|
/third_party/typescript/src/harness/ |
D | virtualFileSystemWithWatch.ts | 75 fullPath: string; property 490 const directoryFullPath = getDirectoryPath(currentEntry.fullPath); 492 …ks(directoryFullPath, "rename", currentEntry.modifiedTime, currentEntry.fullPath, options.useTilde… 493 …es(directoryFullPath, "rename", currentEntry.modifiedTime, currentEntry.fullPath, options.useTilde… 496 …this.invokeFileAndFsWatches(currentEntry.fullPath, FileWatcherEventKind.Changed, currentEntry.modi… 502 const fullPath = getNormalizedAbsolutePath(fileName, this.currentDirectory); constant 503 const path = this.toPath(fullPath); 522 const fullPath = getNormalizedAbsolutePath(folderName, this.currentDirectory); constant 523 const path = this.toPath(fullPath); 547 this.invokeFileAndFsWatches(entry.fullPath, FileWatcherEventKind.Deleted); [all …]
|
D | findUpDir.ts | 11 const fullPath = join(dir, name); constant 12 if (existsSync(fullPath)) return fullPath;
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 411 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/ |
D | pkg_gencmn.cpp | 411 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/ |
D | pkg_gencmn.cpp | 411 char *fullPath = nullptr; 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/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 86 FString fullPath = _directoryPath; in CreateComplexDirectory() local 89 fullPath += us2fs(dirPathParts[i]); in CreateComplexDirectory() 90 CreateDir(fullPath); in CreateComplexDirectory() 91 fullPath.Add_PathSepar(); in CreateComplexDirectory() 104 UString fullPath; in Z7_COM7F_IMF() local 109 fullPath = _itemDefaultName; in Z7_COM7F_IMF() 114 fullPath.SetFromBstr(prop.bstrVal); in Z7_COM7F_IMF() 116 _filePath = fullPath; in Z7_COM7F_IMF() 152 SplitPathToParts(fullPath, pathParts); in Z7_COM7F_IMF() 156 UString processedPath = fullPath; in Z7_COM7F_IMF()
|
D | SfxSetup.cpp | 155 FString fullPath; in WinMain() local 156 NDLL::MyGetModuleFileName(fullPath); in WinMain() 168 if (!ReadDataString(fullPath, kStartID, kEndID, config)) in WinMain() 233 HRESULT result = ExtractArchive(codecs, fullPath, tempDirPath, showProgress, in WinMain()
|
/third_party/node/test/parallel/ |
D | test-fs-long-path.js | 35 const fullPath = path.resolve(fileName); constant 41 fullPathLength: fullPath.length 44 fs.writeFile(fullPath, 'ok', common.mustSucceed(() => { 45 fs.stat(fullPath, common.mustSucceed()); 48 fs.realpath.native(fullPath, common.mustSucceed());
|
/third_party/typescript/tests/baselines/reference/ |
D | undeclaredModuleError.types | 30 …]) => { 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/skia/third_party/externals/angle2/src/common/ |
D | system_utils_posix.cpp | 102 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/ |
D | bench-opendir.js | 15 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 });
|
D | bench-readdirSync.js | 16 const fullPath = path.resolve(__dirname, '../../', dir); 19 fs.readdirSync(fullPath, { withFileTypes });
|
D | bench-readdir.js | 15 const fullPath = path.resolve(__dirname, '../../', dir); 20 fs.readdir(fullPath, { withFileTypes }, () => {
|
/third_party/skia/tools/skdiff/ |
D | skdiff_html.cpp | 183 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/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 819 FString fullPath = phyPrefix + us2fs(name); in EnumerateDirItems() local 859 fullPath = CHAR_PATH_SEPARATOR; in EnumerateDirItems() 865 fullPath.Add_PathSepar(); in EnumerateDirItems() 880 if (!FindFile_KeepDots(fi, fullPath FOLLOW_LINK_PARAM2)) in EnumerateDirItems() 882 RINOK(dirItems.AddError(fullPath)) in EnumerateDirItems() 900 RINOK(dirItems.AddError(fullPath, DI_DEFAULT_ERROR)) in EnumerateDirItems() 917 RINOK(dirItems.AddSecurityItem(fullPath, secureIndex)) in EnumerateDirItems() 939 fullPath, // including (name) in EnumerateDirItems() 1000 FString fullPath = phyPrefix + us2fs(nextNode.Name); in EnumerateDirItems() local 1006 fullPath = CHAR_PATH_SEPARATOR; in EnumerateDirItems() [all …]
|
D | ArchiveOpenCallback.cpp | 322 FString fullPath; 323 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name2), fullPath)) 325 if (!_fileInfo.Find_FollowLink(fullPath)) 335 if (!inFile->Open(fullPath)) 340 s.Path = fullPath;
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
D | common.py | 122 fullPath = os.path.join(path, binWithExt) 123 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK): 124 return fullPath
|
/third_party/vk-gl-cts/scripts/build/ |
D | common.py | 122 fullPath = os.path.join(path, binWithExt) 123 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK): 124 return fullPath
|
/third_party/typescript/scripts/build/ |
D | findUpDir.mjs | 18 const fullPath = join(dir, name); 19 if (existsSync(fullPath)) return fullPath;
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 141 FString fullPath; in WinMain2() local 142 if (!MyGetFullPathName(path, fullPath)) in WinMain2() 189 v1.Add(fs2us(fullPath)); in WinMain2() 190 v2.Add(fs2us(fullPath)); in WinMain2()
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeCommandLineExecutor.cpp | 311 const string fullPath = child->getFullPath(); in addMatchingCases() local 313 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in addMatchingCases() 335 const string fullPath = child->getFullPath(); in removeMatchingCases() local 337 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in removeMatchingCases() 420 string fullPath; in printBatchResultSummary() local 422 testCase->getFullPath(fullPath); in printBatchResultSummary() 425 if (batchResult.hasTestCaseResult(fullPath.c_str())) in printBatchResultSummary() 427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()
|
/third_party/node/deps/v8/tools/ |
D | test262-results-parser.js | 29 fullPath = path.join(__dirname, fileName), 30 results = require(fullPath)[0].results,
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | configure.js | 89 const fullPath = path.resolve(name) 90 log.verbose(name, 'checking for gypi file: %s', fullPath) 92 await fs.stat(fullPath) 94 configs.push(fullPath)
|