Searched refs:dataPath (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp947 const char *dataPath, const char *tocEntryPathSuffix,
960 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode);
1005 const char * /*dataPath*/, const char * /*tocEntryPathSuffix*/, const char *tocEntryName,
1107 const char *dataPath; local
1234 dataPath = u_getDataDirectory();
1243 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(),
1256 /* Check to make sure that there is a dataPath to iterate over */
1257 if ((dataPath && *dataPath) || !isICUData) {
1258 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffi
946 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dudata.cpp939 const char *dataPath, const char *tocEntryPathSuffix,
952 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode);
997 const char * /*dataPath*/, const char * /*tocEntryPathSuffix*/, const char *tocEntryName,
1099 const char *dataPath; local
1226 dataPath = u_getDataDirectory();
1235 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(),
1248 /* Check to make sure that there is a dataPath to iterate over */
1249 if ((dataPath && *dataPath) || !isICUData) {
1250 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffi
938 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
[all...]
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
267 const char* utf8Str = [dataPath UTF8String];
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp514 const char* dataPath = hw->disk_dataPartition_initPath; local
516 if (dataPath == NULL)
517 dataPath = hw->disk_dataPartition_path;
519 path_get_size(dataPath, &dataBytes);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp86 char dataPath[2048]; /* XXX Sloppy: should be PATH_MAX. */ local
115 uprv_strcpy(dataPath, u_getDataDirectory());
116 uprv_strcat(dataPath, U_FILE_SEP_STRING);
117 uprv_strcat(dataPath, UCONVMSG);
119 gBundle = u_wmsg_setPath(dataPath, &err);
123 pname, dataPath, u_errorName(err));
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp86 char dataPath[2048]; /* XXX Sloppy: should be PATH_MAX. */ local
115 uprv_strcpy(dataPath, u_getDataDirectory());
116 uprv_strcat(dataPath, U_FILE_SEP_STRING);
117 uprv_strcat(dataPath, UCONVMSG);
119 gBundle = u_wmsg_setPath(dataPath, &err);
123 pname, dataPath, u_errorName(err));
/external/qemu/android/
H A Dmain.c713 const char* dataPath = hw->disk_dataPartition_initPath; local
715 if (dataPath == NULL)
716 dataPath = hw->disk_dataPartition_path;
718 path_get_size(dataPath, &dataBytes);

Completed in 268 milliseconds