Home
last modified time | relevance | path

Searched refs:CopyPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/
Doshelpers.py49 def CopyPath(options, src, dst): function
101 CopyPath(options, srcfile, dstfile)
145 CopyPath(options, src, os.path.join(dst, os.path.basename(src)))
147 CopyPath(options, src, dst)
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp233 GET_PROC_SUFFIX(CopyPath, NV); in GrGLAssembleGLInterface()