HomeSort by relevance Sort by last modified time
    Searched defs:dirName (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 59 String dirName = String(path);
60 dirName.truncate(dirName.length() - pathGetFileName(path).length());
61 return dirName;
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 184 String dirName = String(path);
185 dirName.truncate(dirName.length() - pathGetFileName(path).length());
186 return dirName;
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 76 String dirName = System.getProperty("java.io.tmpdir");
77 System.setProperty("user.dir", dirName);
79 File d = new File(dirName);
81 if (!dirName.regionMatches((dirName.length() - 1), slash, 0, 1))
82 dirName += slash;
83 dirName += "input.tst";
84 error = String.format("Test 1: Incorrect file created: %s; %s expected.", f.getPath(), dirName);
85 assertTrue(error, f.getPath().equals(dirName));
97 f.getAbsolutePath(), dirName);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 303 String dirName = "Test_Directory";
306 String folder = resources.getAbsolutePath() + "/" + dirName;
308 dirParentName + "/" + dirName;
  /frameworks/base/libs/utils/
AssetManager.cpp 973 const String8& dirName, const String8& fileName)
978 if (dirName.length() > 0) {
979 sourceName.appendPath(dirName);
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 517 String dirName = String.format("palette-preview-r11d-%s-%s-%s", cleanup(targetName),
519 IPath dirPath = pluginState.append(dirName);
  /external/icu4c/common/
putil.c 923 const char* dirName = dirEntry->d_name;
924 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) {
928 uprv_strcat(newpath, dirName);
945 } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) {
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1905 String8 dirname = file->getGroupEntry().toDirName(resType); local
    [all...]
Resource.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 142 String dirName = tempDirectory.getPath();
146 File d = new File(dirName);
148 dirName = addTrailingSlash(dirName);
149 dirName += fileName;
151 dirName, f.getPath());
192 String dirName = null;
194 File f = new File(dirName, fileName);
199 dirName = tempDirectory.getPath();
202 f = new File(dirName, fileName)
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1108 milliseconds