HomeSort by relevance Sort by last modified time
    Searched refs:targetFileNamePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 581 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
583 uprv_strcpy(targetFileNamePath, targetDir);
584 uprv_strcat(targetFileNamePath, datFileName);
587 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
588 if (T_FileStream_file_exists(targetFileNamePath)) {
589 if ((result = remove(targetFileNamePath)) != 0) {
591 targetFileNamePath);
596 result = rename(datFileNamePath, targetFileNamePath);
600 targetFileNamePath);
606 datFileNamePath, targetFileNamePath);
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 591 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
593 uprv_strcpy(targetFileNamePath, targetDir);
594 uprv_strcat(targetFileNamePath, datFileName);
597 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
598 if (T_FileStream_file_exists(targetFileNamePath)) {
599 if ((result = remove(targetFileNamePath)) != 0) {
601 targetFileNamePath);
606 result = rename(datFileNamePath, targetFileNamePath);
610 targetFileNamePath);
616 datFileNamePath, targetFileNamePath);
    [all...]

Completed in 495 milliseconds