Home
last modified time | relevance | path

Searched refs:variable (Results 1 - 2 of 2) sorted by relevance

/build/toolchain/mac/
H A Dget_tool_mtime.py12 # Prints a GN scope with the variable name being the basename sans-extension
13 # and the value being the file modification time. A variable is emitted for
18 variable = os.path.splitext(os.path.basename(f))[0] variable
19 print('%s = %d' % (variable, os.path.getmtime(f)))
/build/hb/resolver/
H A Dbuild_args_resolver.py412 variable, value = gn_arg.split('=')
424 target_generator.regist_arg(variable, convert_value)
520 variable, value = gn_arg.split('=')
528 variable, value = gn_arg.split('=')
533 loader.regist_arg(variable, value)
570 variable, value = gn_arg.split(':')
580 target_generator.regist_arg(variable, value)

Completed in 2 milliseconds