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

1 2 3

  /cts/suite/audio_quality/executable/src/
main.cpp 87 android::String8 dirName;
88 if (!FileUtil::prepare(dirName)) {
102 if (Log::Instance(dirName.string()) == NULL) {
108 if (Report::Instance(dirName.string()) == NULL) {
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 61 android::String8 dirName;
62 if (!FileUtil::prepare(dirName)) {
70 dirName.appendPath(caseName);
71 int result = mkdir(dirName.string(), S_IRWXU);
73 LOGE("mkdir of save dir %s failed, error %d", dirName.string(), errno);
88 android::String8 fileName(dirName);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
JarUtils.java 60 public boolean accept(String dirName, String name);
70 final String dirName = (pos >= 0) ? path.substring(0, pos) : "";
72 if (filter.accept(dirName, name)) {
83 public boolean accept(final String dirName, final String name) {
93 final String dirName = jarEntryName.substring(0, jarEntryName.lastIndexOf('/'));
94 final int pos = dirName.lastIndexOf('/');
95 final String parentName = (pos >= 0) ? dirName.substring(pos + 1) : dirName;
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 678 char *dirName, *tmp = NULL;
688 dirName = (char*) calloc(1, path_len+1);
689 if ( NULL != dirName )
691 strcpy( dirName, p_path );
700 if (NULL!= (tmp = strrchr(dirName, '/')))
704 if (stat(dirName, &buffer) == 0)
706 status = getAccess(6, &buffer, dirName);
710 free(dirName);
712 BTIF_TRACE_WARNING( "bta_fs_co_rmdir()::stat(dirName) failed" );
717 free(dirName);
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 99 String dirName = tmpDir;
105 dirName = System.getProperty("java.io.tmpdir");
108 f = new File(dirName, fileName);
115 f = new File(dirName, fileName);
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 280 String dirName = "Test_Directory";
283 String folder = resources.getAbsolutePath() + "/" + dirName;
285 dirParentName + "/" + dirName;
  /sdk/find_java/src/source/
utils.h 285 CPath dirName() const {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
ant-launcher.jar 
  /external/chromium_org/third_party/skia/tools/
skdiff_main.cpp 238 SkString dirName;
239 while (dirIterator.next(&dirName, true)) {
240 if (dirName.startsWith(".")) {
247 pathRelativeToRootDir.append(dirName);
  /external/skia/tools/
skdiff_main.cpp 238 SkString dirName;
239 while (dirIterator.next(&dirName, true)) {
240 if (dirName.startsWith(".")) {
247 pathRelativeToRootDir.append(dirName);
  /external/skia/tests/
PathOpsSkpClipTest.cpp 405 SkString dirName(IN_DIR);
406 dirName.appendf("%d", dirNo);
407 if (!sk_exists(dirName.c_str())) {
408 SkDebugf("could not read dir %s\n", dirName.c_str());
411 return dirName;
415 SkString dirName(outStatusDir);
416 dirName.appendf("%d", dirNo);
417 if (!sk_exists(dirName.c_str())) {
418 SkDebugf("could not read dir %s\n", dirName.c_str());
421 return dirName;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 372 String8 dirName("");
374 dirName += language;
376 return dirName;
380 dirName += "-s";
381 dirName += script;
385 dirName += "-r";
386 dirName += region;
390 dirName += "-v";
391 dirName += variant;
394 return dirName;
983 String8 dirname = file->getGroupEntry().toDirName(resType); local
    [all...]
Resource.cpp     [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 533 String dirName = String.format("palette-preview-r16b-%s-%s-%s", targetName,
535 IPath dirPath = pluginState.append(dirName);
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 165 String dirName = getContext().getFilesDir().getAbsolutePath();
167 sourceChunks.saveToFile(new File(dirName, fileName));
173 String dirName = getContext().getFilesDir().getAbsolutePath();
175 destChunks.saveToFile(new File(dirName, fileName));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.cpp 956 const char* dirName = dirEntry->d_name;
957 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) {
961 uprv_strcat(newpath, dirName);
978 } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0)
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 124 static SkString get_out_path(int dirNo, const char* dirName) {
127 SkASSERT(dirName);
128 path.appendf("%s%d%s%s%s", OUT_DIR_PRE, dirNo, DIR_POST, PATH_SLASH, dirName);
133 static SkString get_sum_path(const char* dirName) {
135 SkASSERT(dirName);
136 path.appendf("%s%d%s%s", OUT_DIR_SUM, SUMMARY_RUN, PATH_SLASH, dirName);
620 SkString dirName = get_out_path(dirNo, outStatusDir);
621 if (!dirName.size()) {
624 SkOSFile::Iter iter(dirName.c_str(), "skp");
697 SkString dirName = get_in_path(dirNo, NULL)
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 956 const char* dirName = dirEntry->d_name;
957 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) {
961 uprv_strcat(newpath, dirName);
978 } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0)
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 1049 const String8& dirName, const String8& fileName)
1054 if (dirName.length() > 0) {
1055 sourceName.appendPath(dirName);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /external/doclava/src/com/google/doclava/
Doclava.java 984 String dirName = (webPath.indexOf("/") != -1)
988 !"intl".equals(dirName) &&
993 data.setValue("docs.pages." + counter.i + ".type", dirName);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 132 String dirName = tempDirectory.getPath();
136 File d = new File(dirName);
138 dirName = addTrailingSlash(dirName);
139 dirName += fileName;
141 dirName, f.getPath());
182 String dirName = null;
184 File f = new File(dirName, fileName);
189 dirName = tempDirectory.getPath();
192 f = new File(dirName, fileName)
    [all...]

Completed in 1461 milliseconds

1 2 3