Searched refs:src_file (Results 1 – 5 of 5) sorted by relevance
58 static char *src_file; variable430 fd = open(src_file, O_RDONLY); in client_open()593 src_file = argv[1]; in client_opts()601 dst_file = src_file; in client_opts()
393 src_file=$src_path_prefixed/$filename397 atf_check touch $src_file398 atf_check install -l sr $src_file $dest_path
99 src_file,src_line,test_name,status,msg = line.split(/:/)
91 src_file,src_line,test_name,status,msg = parts
977 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData() local978 if (src_file) { in ParseVariableForPDBData()979 FileSpec spec(src_file->getFileName()); in ParseVariableForPDBData()