Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

iorap.inode2filename
IOrap - преобразование индексного дескриптора в имя файла

Тип файла: команда
  Рус  
usage:  iorap.inode2filename <options> <<inode_syntax>> [inode_syntax1 inode_syntax2 ...]


Block until all inodes have been read in, then begin searching for filenames for those inodes.
Results are written immediately as they are available, and once all inodes are found,
the program will terminate.

    Inode syntax:     ('dev_t@inode' | 'major:minor:inode')

  • --help,-h Print this Usage.

  • --verbose,-v Set verbosity (default off).

  • --wait,-w Wait for key stroke before continuing (default off).

  • --all,-a Enumerate all inode->filename mappings in the dataset (default off). All <<inode_syntaxN>> arguments are ignored.

  • --data-source=, Choose a data source (default 'diskscan').

  • -ds diskscan Scan disk recursively using readdir. textcache Use the file from the '--output-format=text'. bpf Query kernel BPF maps (experimental).

  • --output=,-o Choose an output file (default 'stdout').

  • --output-format=, Choose an output format (default 'log').

  • -of log Log human-readable, non-parsable format to stdout+logcat. textcache Results are in the same format as system/extras/pagecache. ipc Results are in a binary inter-process communications format

  • --process-mode=, Choose a process mode (default 'in'). Test-oriented.

  • -pm in Use a single process to do the work in. out Out-of-process work (forks into a -pm=in).

  • --verify=,-vy Verification modes for the data source (default 'stat'). stat Use stat(2) call to validate data inodes are up-to-date. none Trust that the data-source is up-to-date without checking. Data-source-specific commands:

  • --data-source=diskscan

  • --root=,-r Add root directory (default '.'). Repeatable.

  • --data-source=textcache

  • --textcache=,-tc Name of file that contains the textcache.

  • --in-fd=# Input file descriptor. Default input is from argv.

  • --out-fd=# Output file descriptor. Default stdout.
  •    

    Комментарии