HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 1451 - 1475 of 4293) sorted by null

<<51525354555657585960>>

  /sdk/find_java/src/source/
utils.h 296 // Returns a pointer to the baseName part of the path.
298 const char * baseName() const {
  /system/core/adb/
bugreport.cpp 119 line_message_ = action + " " + android::base::Basename(dest_file_);
126 dest_file_ = android::base::Basename(path);
  /system/update_engine/payload_generator/
ext2_filesystem.cc 109 string basename(dirent->name, dirent->name_len & 0xff);
113 ino_file->second.name += basename;
  /test/vts/utils/python/profiling/
profiling_utils.py 132 os.path.basename(line.strip()))
135 os.path.basename(line.strip()))
  /tools/apksig/src/apksigner/java/com/android/apksigner/
help_sign.txt 51 --v1-signer-name Basename for files comprising the JAR signature scheme
53 KeyStore key alias or basename of key file is used.
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 607 os.path.basename(SDKPATH[:-4])))
759 that is has the same name as the basename of the archive. This is
761 work for current Tcl and Tk source releases where the basename of
769 retval = os.path.basename(archiveName[:-7])
778 retval = os.path.basename(archiveName[:-8])
784 retval = os.path.basename(archiveName[:-4])
790 retval = os.path.basename(archiveName[:-4])
830 name = os.path.basename(fname)
    [all...]
  /art/test/952-invoke-custom/generator/
build-test.sh 35 prog="${progdir}"/`basename "${prog}"`
  /art/tools/runtime_memusage/
prune_sanitizer_output.py 142 filename = os.path.basename(trace_file.name + "_filtered")
  /bionic/
android-changes-for-ndk-developers.md 78 releases would assume that the basename of the library was the soname,
89 but the basename. These apps will fail to load on API level 23 and above.
265 used only the basename (the part after the last ?/') when looking
283 *Potential problems*: before API 23 the DT_NEEDED entry's basename was
  /bionic/libc/bionic/
libgen.cpp 160 char* basename(const char* path) { function
  /bionic/libc/kernel/tools/
utils.py 11 sys.stderr.write(os.path.basename(sys.argv[0]) + ": error: ")
  /bionic/tools/bionicbb/
presubmit.py 40 return 'CleanSpec.mk' in [os.path.basename(f) for f in files]
  /build/kati/
command.cc 151 ww.Write(Basename(tok));
  /build/make/core/
dynamic_binary.mk 23 # The basename of this target must be the same as the final output
  /cts/apps/CameraITS/tests/inprog/scene2/
test_dng_tags.py 25 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/inprog/
test_black_level.py 35 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene1/
test_auto_vs_manual.py 31 NAME = os.path.basename(__file__).split(".")[0]
test_crop_region_raw.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_crop_regions.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_dng_noise_model.py 23 NAME = os.path.basename(__file__).split('.')[0]
test_ev_compensation_basic.py 25 NAME = os.path.basename(__file__).split('.')[0]
test_format_combos.py 24 NAME = os.path.basename(__file__).split(".")[0]
test_linearity.py 27 NAME = os.path.basename(__file__).split('.')[0]
test_param_color_correction.py 34 NAME = os.path.basename(__file__).split(".")[0]
test_param_noise_reduction.py 39 NAME = os.path.basename(__file__).split(".")[0]

Completed in 346 milliseconds

<<51525354555657585960>>