Home
last modified time | relevance | path

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

/external/mesa3d/scons/
Dcustom.py131 script_src = env.File(script).srcnode()
134 command = command.replace('$SCRIPT', script_src.path)
140 path = (script_src.get_dir(),)
141 deps = [script_src]
142 deps += script_src.get_implicit_deps(env, python_scanner, path)
/external/v8/test/cctest/
Dtest-func-name-inference.cc69 Handle<String> script_src(String::cast(i_script->source())); in CheckFunctionName() local
76 String::FlatContent script_content = script_src->GetFlatContent(); in CheckFunctionName()