Home
last modified time | relevance | path

Searched refs:source (Results 1 – 6 of 6) sorted by relevance

/littlefs-3.7.0-3.6.0/scripts/
Dstack.py198 for source, (s_file, s_function, frame, targets) in callgraph.items():
223 callgraph_[source] = (s_file, s_function, frame, targets)
228 for source, (s_file, s_function, frame, targets) in callgraph.items():
237 callgraph_[source] = (s_file, s_function, frame, targets)
242 def find_limit(source, seen=None): argument
244 if source not in callgraph:
246 _, _, frame, targets = callgraph[source]
268 for source, (s_file, s_function, frame, targets) in callgraph.items():
269 limit = find_limit(source)
/littlefs-3.7.0-3.6.0/
DLICENSE.md4 Redistribution and use in source and binary forms, with or without modification,
7 - Redistributions of source code must retain the above copyright notice, this
DSPEC.md741 the source of the ongoing move. If this tag is non-zero, that means that power
743 happens, the source of the move should be considered deleted, and the move
744 should be completed (the source should be deleted) before any other write
775 `0x000`, indicating no move, or `0x4ff` indicating the source file should
Dlfs.c555 lfs_mdir_t *source, uint16_t begin, uint16_t end);
1836 lfs_mdir_t *source, uint16_t split, uint16_t end) { in lfs_dir_split() argument
1849 int res = lfs_dir_compact(lfs, &tail, attrs, attrcount, source, split, end); in lfs_dir_split()
1908 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_compact() argument
1971 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_compact()
2081 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_splittingcompact() argument
2093 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_splittingcompact()
2134 source, split, end); in lfs_dir_splittingcompact()
2164 source, begin, end); in lfs_dir_splittingcompact()
2179 return lfs_dir_compact(lfs, dir, attrs, attrcount, source, begin, end); in lfs_dir_splittingcompact()
DDESIGN.md1843 back and forth between the source and destination, marking and unmarking the
1997 is duplicated in both the source and destination directories. If this happens,
/littlefs-3.7.0-3.6.0/tests/
Dtest_move.toml103 // corrupt the source
160 # move file corrupt source and dest
184 // corrupt the source
280 // corrupt the source
563 // corrupt the source
650 // corrupt the source
753 // corrupt the source