Searched defs:fullpath (Results 1 - 11 of 11) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c130 char fullpath[PATH_MAX]; local
132 memset(fullpath, 0, PATH_MAX);
134 strcpy(fullpath, path);
136 strcat(fullpath, "/");
137 strcat(fullpath, pDirent->d_name);
139 if(stat(fullpath, &stat_buf) < 0) {
141 __FILE__, __FUNCTION__, fullpath);
148 " list failed\n", __FILE__, __FUNCTION__, fullpath);
158 "list failed\n", __FILE__, __FUNCTION__, fullpath);
/external/fsck_msdos/
H A Ddir.c100 static char *fullpath(struct dosDirEntry *);
170 fullpath(struct dosDirEntry *dir) function
407 fullpath(dir), dir->size, physicalSize);
419 fullpath(dir));
591 fullpath(dir));
717 fullpath(dir), 2);
756 fullpath(&dirent), 0);
772 fullpath(&dirent));
798 fullpath(&dirent));
802 fullpath(
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp499 std::string fullpath; local
513 if (module_sp->RemapSourceFile (path, fullpath))
514 support_files.Append(FileSpec (fullpath.c_str(), false));
524 fullpath = cu_comp_dir;
526 if (*fullpath.rbegin() != '/')
527 fullpath += '/';
528 fullpath += include_directories[dir_idx];
532 fullpath = include_directories[dir_idx];
536 fullpath = cu_comp_dir;
539 if (!fullpath
[all...]
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp448 CFX_ByteString fullpath = path; local
449 fullpath += "/";
450 fullpath += filename;
452 ScanPath(fullpath);
454 ScanFile(fullpath);
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c609 DiImage* ML_(img_from_local_file)(const HChar* fullpath) argument
615 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0);
637 img->source.name = ML_(dinfo_strdup)("di.image.ML_iflf.2", fullpath);
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp973 char fullpath[2048]; local
974 strcpy(fullpath, basePath);
975 strcat(fullpath, currName);
978 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1335 CFX_ByteString fullpath = path; local
1337 fullpath += "\\";
1339 fullpath += "/";
1341 fullpath += filename;
1343 ScanPath(fullpath);
1345 ScanFile(fullpath);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp620 m_option_compile_units (LLDB_OPT_SET_1, false, "file", 'file', 0, eArgTypeFilename, "A basename or fullpath to a file that contains global variables. This option can be specified multiple times."),
621 m_option_shared_libraries (LLDB_OPT_SET_1, false, "shlib",'shlb', 0, eArgTypeFilename, "A basename or fullpath to a shared library to use in the search for global variables. This option can be specified multiple times."),
1401 std::string fullpath = file_spec_ptr->GetPath(); local
1402 strm.Printf("%-*s", width, fullpath.c_str());
1852 // Dump specified images (by basename or fullpath)
2161 // Dump specified images (by basename or fullpath)
2286 // Dump specified images (by basename or fullpath)
2394 // Dump specified images (by basename or fullpath)
2472 // Dump specified images (by basename or fullpath)
3164 // Dump specified images (by basename or fullpath)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 455 milliseconds