Searched refs:tgt (Results 1 – 2 of 2) sorted by relevance
19 tgt = HOOKS + os.sep + hook21 if os.path.isfile(tgt) and os.access(tgt, os.X_OK):22 if os.path.realpath(tgt) != src:24 os.rename(tgt, tgt + ".local")25 if os.path.lexists(tgt):26 os.unlink(tgt)27 …s.symlink(os.path.relpath(os.path.realpath("hooks/install"), os.path.realpath(".git/hooks/")), tgt)
225 sp<android::GraphicBuffer> tgt = new android::GraphicBuffer( in copyBufferContents() local240 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents()301 tgt->unlock(); in copyBufferContents()