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

  /external/libvpx/build/make/
version.sh 22 source_path=${1:-.}
27 if [ -d ${source_path}/.git ]; then
29 export GIT_DIR=${source_path}/.git
34 for p in "${source_path}" "${source_path}/.."; do
configure.sh 240 source_path=${0%/*}
242 if test -z "$source_path" -o "$source_path" = "." ; then
243 source_path="`pwd`"
372 SRC_PATH="$source_path"
373 SRC_PATH_BARE=$source_path
376 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
659 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
665 LD=${source_path}/build/make/armlink_adapter.sh
723 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl
    [all...]
  /external/libvpx/
configure 15 #source_path="`dirname \"$0\"`"
16 source_path=${0%/*}
17 . "${source_path}/build/make/configure.sh"
132 [ -f ${source_path}/${t}.mk ] && enable ${t}
161 [ -d ${source_path}/../include ] && enable alt_tree_layout
163 [ -d ${source_path}/${d} ] && disable alt_tree_layout;
168 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"
171 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"
172 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder"
174 [ -f ${source_path}/../lib/*/*mt.lib ] && soft_enable static_msvcr
    [all...]
  /cts/tools/utils/
buildCts.py 256 source_path = [
265 source_path = [os.path.join(android_root, x) for x in source_path]
267 ' -sourcepath %s ') % (output_file, doclet_path, ':'.join(source_path))
  /external/icu4c/stubdata/
icu_dat_generator.py 228 source_path = os.path.join(icu_dat_path, "cnv", cnv_file)
230 shutil.copyfile(source_path, dest_path)
232 print "copy " + source_path + " " + dest_path
  /development/scripts/
divide_and_compress_test.py 97 source_path = ''.join([os.getcwd(), '/0-old.zip'])
102 test_target.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
107 os.rename(dest_path, source_path)
109 os.unlink(source_path)

Completed in 225 milliseconds