HomeSort by relevance Sort by last modified time
    Searched refs:splitpath (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
splitpath_test.c 33 /* splitpath function to test */
34 size_t (*splitpath) (const char *path, const char **tail); member in struct:Test_Entry
109 if (test->splitpath == &yasm__splitpath_unix)
114 headlen = test->splitpath(test->input, &tail);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 74 sub splitpath($);
374 my ($dira, $namea) = splitpath($fileDataA->{path});
375 my ($dirb, $nameb) = splitpath($fileDataB->{path});
420 sub splitpath($) subroutine
webkitdirs.pm     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /external/chromium_org/third_party/lcov/bin/
geninfo 55 splitpath catpath/;
612 my ($v, $d, $f) = splitpath($file);
    [all...]
lcov 68 file_name_is_absolute rootdir splitdir splitpath/;
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 194 milliseconds