HomeSort by relevance Sort by last modified time
    Searched full:openfilename (Results 1 - 10 of 10) 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 456 char *openFileName = NULL;
476 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
477 openFileName[0] = '\0';
502 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
505 if(openFileName == NULL) {
510 openFileName[0] = '\0';
512 * append the input dir to openFileName if the first char in
523 uprv_strcpy(openFileName, inputDir);
524 openFileName[dirlen] = U_FILE_SEP_CHAR;
526 openFileName[dirlen + 1] = '\0'
    [all...]
parse.c 661 char *openFileName = NULL;
697 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
698 openFileName[0] = '\0';
723 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
726 if(openFileName == NULL) {
731 openFileName[0] = '\0';
733 * append the input dir to openFileName if the first char in
744 uprv_strcpy(openFileName, genrbdata->inputDir);
745 openFileName[dirlen] = U_FILE_SEP_CHAR;
747 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 664 * append the input dir to openFileName if the first char in
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 743 OPENFILENAME ofn;
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 773 milliseconds