Searched refs:dir_idx (Results 1 - 3 of 3) sorted by relevance

/external/fio/profiles/
H A Dtiobench.c11 static char sz_idx[80], bs_idx[80], loop_idx[80], dir_idx[80], t_idx[80]; variable
14 "buffered=0", sz_idx, bs_idx, loop_idx, dir_idx, t_idx,
105 sprintf(dir_idx, "directory=%s", dir);
107 sprintf(dir_idx, "directory=./");
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp247 fileEntry.dir_idx = debug_line_data.GetULEB128(&offset);
253 fileEntry.dir_idx,
450 fileEntry.dir_idx = debug_line_data.GetULEB128( offset_ptr );
506 uint32_t dir_idx = debug_line_data.GetULEB128( &offset ); local
520 if (dir_idx > 0 && dir_idx < include_directories.size())
522 if (cu_comp_dir && include_directories[dir_idx][0] != '/')
528 fullpath += include_directories[dir_idx];
532 fullpath = include_directories[dir_idx];
670 fileEntry.dir_idx
980 uint32_t dir_idx = file_names[idx].dir_idx - 1; local
[all...]
H A DDWARFDebugLine.h37 dir_idx(0),
44 dw_sleb128_t dir_idx; member in struct:DWARFDebugLine::FileNameEntry

Completed in 3539 milliseconds