OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootPath
(Results
1 - 25
of
151
) sorted by null
1
2
3
4
5
6
7
/external/lzma/CPP/Windows/
FileSystem.h
14
CFSTR
rootPath
,
23
bool MyGetDiskFreeSpace(CFSTR
rootPath
, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
FileSystem.cpp
23
CFSTR
rootPath
,
36
res = GetVolumeInformation(fs2fas(
rootPath
),
48
res = GetVolumeInformationW(fs2us(
rootPath
),
86
bool MyGetDiskFreeSpace(CFSTR
rootPath
, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize)
98
sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2fas(
rootPath
), &freeBytesToCaller2, &totalSize2, &freeSize2));
102
if (!::GetDiskFreeSpace(fs2fas(
rootPath
), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters))
113
sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2us(
rootPath
), &freeBytesToCaller2, &totalSize2, &freeSize2));
117
if (!::GetDiskFreeSpaceW(fs2us(
rootPath
), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters))
/external/testng/src/main/java/org/testng/internal/
PathUtils.java
29
Path
rootPath
= Paths.get(suite.getFileName()).getParent();
30
return
rootPath
.resolve(suiteFile).normalize().toString();
/external/skia/src/utils/
SkOSFile.cpp
9
SkString SkOSPath::Join(const char *
rootPath
, const char *relativePath) {
10
SkString result(
rootPath
);
/development/tools/idegen/src/com/android/idegen/
FrameworkModule.java
60
private void appendContentRoot(StringBuilder stringBuilder, String
rootPath
)
62
File intermediates = new File(
rootPath
);
/external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java
73
public AccessibilityValidator(String
rootPath
, String androidSdkPath) {
74
mRootFilePath = new File(
rootPath
);
79
+
rootPath
);
/external/parameter-framework/upstream/tools/xmlValidator/
xmlValidator.py
103
for
rootPath
, _, files in walk(xmlDirectory):
106
xmlFilePath = path.join(
rootPath
, filename)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
194
String
rootPath
= mProperties.getProperty(propName);
196
if (
rootPath
== null) {
200
mLibraries.add(new LibraryState(convertPath(
rootPath
)));
313
String
rootPath
= mProperties.getProperty(propName);
315
if (
rootPath
== null) {
321
String convertedPath = convertPath(
rootPath
);
628
String
rootPath
= mProperties.getProperty(propName);
630
if (
rootPath
== null) {
634
if (
rootPath
.equals(oldValue)) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java
44
private TempPath
rootPath
= null;
51
rootPath
= new SimpleTempPath(System.getProperty("java.io.tmpdir"));
118
return
rootPath
;
/external/skia/include/core/
SkOSFile.h
119
* Assembles
rootPath
and relativePath into a single path, like this:
120
*
rootPath
/relativePath.
121
* It is okay to call with a NULL
rootPath
and/or relativePath. A path
126
static SkString Join(const char*
rootPath
, const char* relativePath);
/frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java
703
final String
rootPath
= root.getValue().getPath();
704
if (path.startsWith(
rootPath
) && (mostSpecific == null
705
||
rootPath
.length() > mostSpecific.getValue().getPath().length())) {
716
final String
rootPath
= mostSpecific.getValue().getPath();
717
if (
rootPath
.endsWith("/")) {
718
path = path.substring(
rootPath
.length());
720
path = path.substring(
rootPath
.length() + 1);
[
all
...]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
ImageProcessor.java
45
private String
rootPath
;
56
rootPath
= rootDir.getAbsolutePath().replace('\\', '/');
57
if (!
rootPath
.endsWith("/"))
rootPath
+= "/";
78
if (
rootPath
!= null) {
79
if (!name.startsWith(
rootPath
)) throw new RuntimeException("Path '" + name + "' does not start with root: " +
rootPath
);
80
name = name.substring(
rootPath
.length());
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java
69
final String
rootPath
= obbDir.getCanonicalPath();
77
rootPath
, filePath, out);
/frameworks/base/include/androidfw/
BackupHelpers.h
140
const String8&
rootPath
, const String8& filePath, off_t* outSize,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java
185
String
rootPath
= mProject.getLocation().toOSString();
186
int rootPathLength =
rootPath
.length();
199
if (filePath.startsWith(
rootPath
) == false) {
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java
284
final String
rootPath
= mRoots.valueAt(i).path.getAbsolutePath();
285
if (path.startsWith(
rootPath
) && (mostSpecificPath == null
286
||
rootPath
.length() > mostSpecificPath.length())) {
288
mostSpecificPath =
rootPath
;
298
final String
rootPath
= mostSpecificPath;
299
if (
rootPath
.equals(path)) {
301
} else if (
rootPath
.endsWith("/")) {
302
path = path.substring(
rootPath
.length());
304
path = path.substring(
rootPath
.length() + 1);
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java
99
String
rootPath
= mDataManager.getTopSetPath(DataManager.INCLUDE_ALL);
100
mRootSet = (MediaSet) mDataManager.getMediaObject(
rootPath
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java
111
String
rootPath
= root.getPath();
113
rootPath
.replace('/', File.separatorChar) + File.separator
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar
/prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar
Completed in 860 milliseconds
1
2
3
4
5
6
7