HomeSort by relevance Sort by last modified time
    Searched full:openfilename (Results 1 - 9 of 9) sorted by null

  /system/vold/
Process.cpp 83 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max) {
111 if (openFilename) {
112 memset(openFilename, 0, max);
113 strncpy(openFilename, link, max-1);
128 int Process::checkFileMaps(int pid, const char *mountPoint, char *openFilename, size_t max) {
141 if (openFilename) {
142 memset(openFilename, 0, max);
143 strncpy(openFilename, path, max-1);
Process.h 26 static int checkFileMaps(int pid, const char *path, char *openFilename, size_t max);
28 static int checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max);
  /external/icu4c/tools/genrb/
genrb.c 457 char *openFileName = NULL;
478 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
479 openFileName[0] = '\0';
504 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
507 if(openFileName == NULL) {
512 openFileName[0] = '\0';
514 * append the input dir to openFileName if the first char in
525 uprv_strcpy(openFileName, inputDir);
526 openFileName[dirlen] = U_FILE_SEP_CHAR;
528 openFileName[dirlen + 1] = '\0'
    [all...]
parse.cpp 658 char *openFileName = NULL;
694 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
695 openFileName[0] = '\0';
720 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
723 if(openFileName == NULL) {
728 openFileName[0] = '\0';
730 * append the input dir to openFileName if the first char in
741 uprv_strcpy(openFileName, genrbdata->inputDir);
742 openFileName[dirlen] = U_FILE_SEP_CHAR;
744 openFileName[dirlen + 1] = '\0'
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 25 static OPENFILENAME ofn;
53 ofn.lStructSize = sizeof (OPENFILENAME);
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 254 OPENFILENAME save_as;
258 save_as.lStructSize = sizeof(OPENFILENAME);
834 OPENFILENAME ofn;
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 665 * append the input dir to openFileName if the first char in
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 743 OPENFILENAME ofn;
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 587 milliseconds