OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetfilenamepath
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/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
...]
Completed in 526 milliseconds