HomeSort by relevance Sort by last modified time
    Searched defs:basename (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/include/
libgen.h 39 * Including <string.h> will get you the GNU basename, unless <libgen.h> is
45 extern char* __posix_basename(const char*) __RENAME(basename); variable
47 #define basename __posix_basename macro
53 /* These non-standard functions are not needed on Android; basename and dirname use thread-local storage. */
  /external/curl/src/
tool_bname.h 30 #define basename(x) tool_basename((x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libgen.h 36 #define basename __xpg_basename macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libgen.h 36 #define basename __xpg_basename macro
  /external/libchrome/base/files/
file_enumerator.cc 15 FilePath::StringType basename = path.BaseName().value(); local
16 return basename == FILE_PATH_LITERAL(".") ||
17 (basename == FILE_PATH_LITERAL("..") &&
  /toolchain/binutils/binutils-2.25/libiberty/
basename.c 1 /* Return the basename of a pathname.
6 @deftypefn Supplemental char* basename (const char *@var{name})
43 basename (const char *name) function
lrealpath.c 140 char* basename; local
141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename);
  /external/skia/tests/
OSPathTest.cpp 13 * Test SkOSPath::Join, SkOSPath::Basename, and SkOSPath::Dirname.
15 * and tests using SkOSPath::Basename on the result.
19 * @param filename String representing the basename of a file. Must NOT
27 // Tests for SkOSPath::Join and SkOSPath::Basename
40 SkString basename = SkOSPath::Basename(fullName.c_str()); local
43 // basename should be the same as filename
44 REPORTER_ASSERT(reporter, basename.equals(filename));
57 // basename will not contain a path separator
58 REPORTER_ASSERT(reporter, !basename.contains(SkPATH_SEPARATOR))
    [all...]
  /bionic/libc/bionic/
libgen.cpp 163 char* basename(const char* path) { function
  /bionic/tools/relocation_packer/src/
main.cc 36 const char* basename = temporary.c_str(); local
44 basename);
  /external/ImageMagick/coders/
cip.c 211 basename[MagickPathExtent];
213 GetPathComponent(image->filename,BasePath,basename);
215 basename);
206 basename[MagickPathExtent]; local
html.c 216 basename[MagickPathExtent],
278 GetPathComponent(filename,BasePath,basename);
279 (void) CopyMagickString(mapname,basename,MagickPathExtent);
314 GetPathComponent(filename,BasePath,basename);
316 "<title>%s</title>\n",basename);
210 basename[MagickPathExtent], local
uil.c 169 basename[MagickPathExtent],
298 GetPathComponent(image->filename,BasePath,basename);
300 "value\n %s_ct : color_table(\n",basename);
344 GetPathComponent(image->filename,BasePath,basename);
346 " %s_icon : icon(color_table = %s_ct,\n",basename,basename);
164 basename[MagickPathExtent], local
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
glacier 37 from os.path import isfile, basename namespace
118 description = basename(filename))
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 98 string basename = StripProto(file->name()); local
99 basename.append(".pb");
106 generator_context->Open(basename + ".h"));
114 generator_context->Open(basename + ".cc"));
  /external/skia/samplecode/
SamplePdfFileViewer.cpp 67 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); local
68 name.append(basename ? basename+1: fFilename.c_str());
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.cc 36 std::string* basename,
38 assert(basename);
45 *basename = filename.substr(0, idx);
48 *basename = filename;
57 std::string basename; local
59 SplitFilename(filename, &basename, &extension);
61 ss << basename << "_" << count << "." << width << "_" << height << "."
77 std::string basename; local
80 basename = webrtc::test::OutputPath() + "rtp_decoded";
83 SplitFilename(base_out_filename, &basename, &extension)
103 std::string basename; local
    [all...]
  /external/libmtp/examples/
pathutils.c 92 char * filename = basename(basec);
228 static char *basename(char *in) { function
  /external/selinux/policycoreutils/semodule_expand/
semodule_expand.c 40 char *basename, *outname; local
106 basename = argv[optind++];
123 fp = fopen(basename, "r");
126 argv[0], basename, strerror(errno));
133 argv[0], basename);
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 80 char *basename, *outname = NULL; local
116 basename = argv[optind++];
117 base = load_module(basename);
121 argv[0], basename);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
file_util.py 113 dst = os.path.join(dst, os.path.basename(src))
128 if os.path.basename(dst) == os.path.basename(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
185 dst = os.path.join(dst, basename(src))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
file_util.py 113 dst = os.path.join(dst, os.path.basename(src))
128 if os.path.basename(dst) == os.path.basename(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
185 dst = os.path.join(dst, basename(src))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 113 dst = os.path.join(dst, os.path.basename(src))
128 if os.path.basename(dst) == os.path.basename(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
185 dst = os.path.join(dst, basename(src))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 113 dst = os.path.join(dst, os.path.basename(src))
128 if os.path.basename(dst) == os.path.basename(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
185 dst = os.path.join(dst, basename(src))
  /external/iproute2/misc/
lnstat.h 28 char basename[NAME_MAX+1]; member in struct:lnstat_file

Completed in 1383 milliseconds

1 2 3 4 5 6 7 8 9