Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 22 of 22) sorted by relevance

/external/lzma/CPP/Windows/
DFileSystem.cpp25 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()
DFileSystem.h16 CFSTR rootPath ,
25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileLink.cpp441 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileIO.cpp47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileFind.cpp74 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/external/toolchain-utils/compiler_wrapper/
Dcommand.go159 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,
Dclang_flags.go23 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")
Dsysroot_flag.go49 sysroot = filepath.Join(builder.rootPath, "usr", builder.target.target)
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DLeakCanaryFileProvider.kt307 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/
DPathUtils.java29 Path rootPath = Paths.get(suite.getFileName()).getParent(); in getSuiteNormalizedPath() local
30 return rootPath.resolve(suiteFile).normalize().toString(); in getSuiteNormalizedPath()
/external/skia/src/utils/
DSkOSPath.cpp14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
15 SkString result(rootPath); in Join()
DSkOSPath.h32 static SkString Join(const char* rootPath, const char* relativePath);
/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py104 for rootPath, _, files in walk(xmlDirectory):
107 xmlFilePath = path.join(rootPath, filename)
/external/pigweed/pw_ide/ts/pigweed-vscode/src/clangd/
Dparser.ts56 rootPath?: string,
66 const pathParts = rootPath
67 ? path.relative(outputPath, rootPath).split(path.sep)
/external/aws-sdk-java-v2/scripts/doc_crosslinks/
Dgenerate_cross_link_data.py21 rootPath = pathlib.Path(r'./services')
22 for serviceModelPaths in rootPath.rglob('service-2.json'):
/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
DFakeFileSystem.kt528 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/
DEddParser.py485 rootPath = GroupPath()
486 rootPath.addChildren(paths)
488 return rootPath
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DDefaultFileSystem.groovy200 * @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/
Dinmemory_filesystem.cpp688 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/
DMobileDataDownloadImpl.java713 String rootPath = uri.getPath();
714 if (rootPath != null) {
718 rootPath));
/external/pytorch/torch/csrc/jit/serialization/
Dexport.cpp177 std::string GetFileRootPath(const std::string& rootPath) { in GetFileRootPath() argument
178 std::string rootPath_ = rootPath; in GetFileRootPath()
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch57023 - // 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 …]