Searched
full:basename (Results
1001 -
1025 of
2809) sorted by null
<<41424344454647484950>>
/external/deqp/ |
CMakeLists.txt | 245 get_filename_component(BASENAME ${SRCNAME} NAME) 246 set(DSTNAME "${CMAKE_CURRENT_BINARY_DIR}/${BASENAME}")
|
/external/fio/tools/ |
genfio | 39 PROG=$(basename $0) 111 R=$(basename $disk | sed 's|/|_|g')
|
/external/genext2fs/ |
install-sh | 211 dst=$dst/`basename "$src"` 257 dstfile=`basename "$dst"`
|
/external/icu/icu4c/source/tools/toolutil/ |
package.cpp | 179 const char *basename; local 182 basename=findBasename(filename); 183 len=(int32_t)strlen(basename)-4; /* -4: subtract the length of ".dat" */ 185 if(len<=0 || 0!=strcmp(basename+len, ".dat")) { 187 basename); 193 basename, (long)capacity); 197 memcpy(pkg, basename, len); 615 // Use the package basename as prefix. [all...] |
/external/jemalloc/ |
Android.mk | 181 $(eval test_name := $(basename $(notdir $(test)))); \ 236 $(eval test_name := $(basename $(notdir $(test)))); \
|
/external/libogg/ |
install-sh | 211 dst=$dst/`basename "$src"` 257 dstfile=`basename "$dst"`
|
/external/libvorbis/ |
install-sh | 211 dst=$dst/`basename "$src"` 257 dstfile=`basename "$dst"`
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_sln.sh | 66 # save the project GUID to a varaible, normalizing to the basename of the 98 # save the project GUID to a varaible, normalizing to the basename of the
|
/external/lldb/include/lldb/Symbol/ |
Type.h | 250 // From a fully qualified typename, split the type into the type basename 255 std::string &basename,
|
/external/lldb/test/functionalities/load_unload/ |
TestLoadUnload.py | 125 substrs = [os.path.basename(old_dylib)], 135 substrs = [special_dir, os.path.basename(new_dylib)])
|
/external/llvm/autoconf/ |
install-sh | 211 dst=$dst/`basename "$src"` 256 dstfile=`basename "$dst"`
|
/external/llvm/utils/Misc/ |
zkill | 15 location = '%s:%d' % (os.path.basename(file), line) 240 os.path.basename(p.executable))]
|
/external/owasp/sanitizer/tools/ |
googlecode_upload.py | 17 # in your local filesystem (that is, the "basename" or last path 134 file_name = os.path.basename(file_path)
|
/external/pcre/dist/ |
PrepareRelease | 135 base=`basename $file .1` 145 base=`basename $file .3`
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
install-sh | 211 dst=$dst/`basename "$src"` 257 dstfile=`basename "$dst"`
|
/external/qemu/scripts/ |
qapi-commands.py | 352 header=basename(header), guard=guardname(header), prefix=prefix) 450 ret = gen_command_decl_prologue(header=basename(h_file), guard=guardname(h_file), prefix=prefix)
|
qapi.py | 351 def basename(filename): function 355 guard = basename(filename).rsplit(".", 1)[0]
|
/external/skia/gm/rebaseline_server/ |
results.py | 193 the directory tree, keyed by builder name (the basename of the directory 206 builder = os.path.basename(dirpath)
|
/external/skia/tools/skpdiff/ |
SkDiffContext.cpp | 87 SkString baseName = SkOSPath::SkBasename(baselinePath); 89 newRecord->fCommonName = get_common_prefix(baseName, testName);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_sln.sh | 66 # save the project GUID to a varaible, normalizing to the basename of the 98 # save the project GUID to a varaible, normalizing to the basename of the
|
/ndk/sources/host-tools/make-3.81/config/ |
install-sh | 211 dst=$dst/`basename "$src"` 257 dstfile=`basename "$dst"`
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
unixccompiler.py | 188 if os.path.basename(linker[0]) == "env": 227 compiler = os.path.basename(sysconfig.get_config_var("CC"))
|
Completed in 634 milliseconds
<<41424344454647484950>>