/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 25 CFSTR rootPath, in MyGetVolumeInformation() argument 38 res = GetVolumeInformation(fs2fas(rootPath), in MyGetVolumeInformation() 50 res = GetVolumeInformationW(fs2us(rootPath), in MyGetVolumeInformation() 95 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument 117 (fs2fas(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2)); in MyGetDiskFreeSpace() 121 …if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace() 142 (fs2us(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2)); in MyGetDiskFreeSpace() 146 …if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace()
|
D | FileSystem.h | 16 CFSTR rootPath , 25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileLink.cpp | 441 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileIO.cpp | 47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileFind.cpp | 74 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/external/toolchain-utils/compiler_wrapper/ |
D | command.go | 159 var rootPath string 161 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.gccRootRelPath) 163 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.clangRootRelPath) 170 rootPath: rootPath, 183 rootPath string member 224 rootPath: builder.rootPath,
|
D | clang_flags.go | 23 clangDir = filepath.Join(builder.rootPath, "usr/bin/") 129 linkerPath := getLinkerPath(env, builder.target.target+"-ld.bfd", builder.rootPath) 159 func getLinkerPath(env env, linkerCmd string, rootPath string) string { 185 return filepath.Join(rootPath, "bin")
|
D | sysroot_flag.go | 49 sysroot = filepath.Join(builder.rootPath, "usr", builder.target.target)
|
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
D | LeakCanaryFileProvider.kt | 307 val rootPath = root.value.path in getUriForFile() constant 309 rootPath in getUriForFile() 310 ) && (mostSpecific == null || rootPath.length > mostSpecific.value.path.length) in getUriForFile() 323 val rootPath = mostSpecific.value.path in getUriForFile() constant 324 val startIndex = if (rootPath.endsWith("/")) rootPath.length else rootPath.length + 1 in getUriForFile()
|
/external/testng/src/main/java/org/testng/internal/ |
D | PathUtils.java | 29 Path rootPath = Paths.get(suite.getFileName()).getParent(); in getSuiteNormalizedPath() local 30 return rootPath.resolve(suiteFile).normalize().toString(); in getSuiteNormalizedPath()
|
/external/skia/src/utils/ |
D | SkOSPath.cpp | 14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 15 SkString result(rootPath); in Join()
|
D | SkOSPath.h | 32 static SkString Join(const char* rootPath, const char* relativePath);
|
/external/parameter-framework/upstream/tools/xmlValidator/ |
D | xmlValidator.py | 104 for rootPath, _, files in walk(xmlDirectory): 107 xmlFilePath = path.join(rootPath, filename)
|
/external/pigweed/pw_ide/ts/pigweed-vscode/src/clangd/ |
D | parser.ts | 56 rootPath?: string, 66 const pathParts = rootPath 67 ? path.relative(outputPath, rootPath).split(path.sep)
|
/external/aws-sdk-java-v2/scripts/doc_crosslinks/ |
D | generate_cross_link_data.py | 21 rootPath = pathlib.Path(r'./services') 22 for serviceModelPaths in rootPath.rglob('service-2.json'):
|
/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/ |
D | FakeFileSystem.kt | 528 val rootPath = canonicalPath.root!! in lookupPath() constant 529 var root = roots[rootPath] in lookupPath() 535 roots[rootPath] = root in lookupPath() 541 var currentPath: Path = rootPath in lookupPath()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 485 rootPath = GroupPath() 486 rootPath.addChildren(paths) 488 return rootPath
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | DefaultFileSystem.groovy | 200 * @param rootPath - the root of this virtual filesystem in the "real" filesystem 202 public void setRoot(String rootPath) { 203 this.root = rootPath
|
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
D | inmemory_filesystem.cpp | 688 auto rootPath = dst_path; in write_item_to_disk() local 689 rootPath.append(root()->name()); in write_item_to_disk() 690 std::filesystem::remove_all(rootPath, error); in write_item_to_disk()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
D | MobileDataDownloadImpl.java | 713 String rootPath = uri.getPath(); 714 if (rootPath != null) { 718 rootPath));
|
/external/pytorch/torch/csrc/jit/serialization/ |
D | export.cpp | 177 std::string GetFileRootPath(const std::string& rootPath) { in GetFileRootPath() argument 178 std::string rootPath_ = rootPath; in GetFileRootPath()
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 57023 - // The rootPath of the workspace. Is null 57027 - RootPath string `json:"rootPath,omitempty"` 57029 - // folder is open. If both `rootPath` and `rootUri` are set 57064 - // The rootPath of the workspace. Is null 57068 - RootPath string `json:"rootPath,omitempty"` 57070 - // folder is open. If both `rootPath` and `rootUri` are set 123336 - name, rootPath string 123340 - rootPath: "pkg", 123344 - rootPath: "pkg/inner", 123349 - if tt.rootPath != "" { [all …]
|