Searched refs:CopyPath (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/native_client_sdk/src/tools/ |
D | oshelpers.py | 49 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/ |
D | GrGLAssembleInterface.cpp | 233 GET_PROC_SUFFIX(CopyPath, NV); in GrGLAssembleGLInterface()
|