Searched refs:dataPath (Results 1 – 5 of 5) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | udata.c | 1023 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles() argument 1038 udata_pathiter_init(&iter, dataPath, pkgName, path, tocEntryPathSuffix, FALSE); in doLoadFromIndividualFiles() 1087 const char *dataPath, const char *tocEntryPathSuffix, const char *tocEntryName, in doLoadFromCommonData() argument 1195 const char *dataPath; in doOpenChoice() local 1329 dataPath = u_getDataDirectory(); in doOpenChoice() 1338 pkgName.s, dataPath, tocEntryPathSuffix, tocEntryName.s, in doOpenChoice() 1352 if ((dataPath && *dataPath) || !isICUData) { in doOpenChoice() 1353 retVal = doLoadFromIndividualFiles(pkgName.s, dataPath, tocEntryPathSuffix, in doOpenChoice() 1368 pkgName.s, dataPath, tocEntryPathSuffix, tocEntryName.s, in doOpenChoice()
|
/external/icu4c/common/ |
D | udata.c | 1076 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles() argument 1091 udata_pathiter_init(&iter, dataPath, pkgName, path, tocEntryPathSuffix, FALSE); in doLoadFromIndividualFiles() 1140 const char *dataPath, const char *tocEntryPathSuffix, const char *tocEntryName, in doLoadFromCommonData() argument 1249 const char *dataPath; in doOpenChoice() local 1383 dataPath = u_getDataDirectory(); in doOpenChoice() 1392 pkgName.s, dataPath, tocEntryPathSuffix, tocEntryName.s, in doOpenChoice() 1406 if ((dataPath && *dataPath) || !isICUData) { in doOpenChoice() 1407 retVal = doLoadFromIndividualFiles(pkgName.s, dataPath, tocEntryPathSuffix, in doOpenChoice() 1422 pkgName.s, dataPath, tocEntryPathSuffix, tocEntryName.s, in doOpenChoice()
|
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 85 char dataPath[2048]; /* XXX Sloppy: should be PATH_MAX. */ in initMsg() local 114 uprv_strcpy(dataPath, u_getDataDirectory()); in initMsg() 115 uprv_strcat(dataPath, U_FILE_SEP_STRING); in initMsg() 116 uprv_strcat(dataPath, UCONVMSG); in initMsg() 118 gBundle = u_wmsg_setPath(dataPath, &err); in initMsg() 122 pname, dataPath, u_errorName(err)); in initMsg()
|
/external/qemu/android/ |
D | main.c | 1828 const char* dataPath = avdInfo_getImageFile(avd, AVD_IMAGE_USERDATA); in main() local 1834 if (dataPath == NULL || !path_exists(dataPath) || opts->wipe_data) { in main() 1835 dataPath = avdInfo_getImageFile(avd, AVD_IMAGE_INITDATA); in main() 1837 if (dataPath == NULL || !path_exists(dataPath)) { in main() 1842 path_get_size(dataPath, &dataBytes); in main()
|
/external/quake/src/com/android/quake/ |
D | DownloaderActivity.java | 87 String configVersion, String dataPath, in ensureDownloaded() argument 89 File dest = new File(dataPath); in ensureDownloaded() 102 intent.putExtra(EXTRA_DATA_PATH, dataPath); in ensureDownloaded()
|