Searched refs:directory (Results 1 - 15 of 15) sorted by relevance

/openwrt/scripts/
H A Ddl_cleanup.py3 # OpenWrt download directory cleanup utility.
114 def __init__(self, directory, filename):
115 self.directory = directory
132 match, directory + "/" + filename + self.fileext)
139 return (self.directory + "/" + self.filename).replace("//", "/")
151 print("OpenWrt download directory cleanup utility")
171 directory = args[0]
196 # Create a directory listing and parse the file names.
198 for filename in os.listdir(directory)
[all...]
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_verify.h36 void yaffs_verify_dir(struct yaffs_obj *directory);
H A Dyaffs_verify.c374 /* Verify parent is a directory */
378 "Obj %d's parent is not a directory (type %d)",
448 yaffs_trace(YAFFS_TRACE_ALWAYS, "Parent is not directory");
463 "Object in directory %d times",
469 void yaffs_verify_dir(struct yaffs_obj *directory) argument
474 if (!directory) {
479 if (yaffs_skip_full_verification(directory->my_dev))
482 if (directory->variant_type != YAFFS_OBJECT_TYPE_DIRECTORY) {
485 directory->variant_type);
491 list_for_each(lh, &directory
[all...]
H A Dyaffs_guts.c1336 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj) argument
1338 if (!directory) {
1340 "tragedy: Trying to add an object to a null pointer directory"
1345 if (directory->variant_type != YAFFS_OBJECT_TYPE_DIRECTORY) {
1347 "tragedy: Trying to add an object to a non-directory"
1357 yaffs_verify_dir(directory);
1362 list_add(&obj->siblings, &directory->variant.dir_variant.children);
1363 obj->parent = directory;
1365 if (directory == obj->my_dev->unlinked_dir
1366 || directory
4372 yaffs_find_by_name(struct yaffs_obj *directory, const YCHAR *name) argument
[all...]
H A Dyaffs_guts.h365 * - a directory (no data, has children links
441 /* directory structure stuff */
551 int empty_lost_n_found; /* Auto-empty lost+found directory on mount */
569 * Linux uses it to protect the directory during unlocking.
587 int defered_dir_update; /* Set to defer directory updates */
768 /* Dirty directory handling */
956 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj);
/openwrt/include/
H A Ddepends.mk10 # 2: directory dependency
H A Dquilt.mk145 echo "The source directory was not unpacked using quilt. Please rebuild with QUILT=1"; \
149 echo "The source directory contains no quilt patches."; \
H A Dsubdir.mk79 $(MAKE) $(if $(QUIET),--no-print-directory) $$($(1)/flags-$(3)) $(1)/$(3)
/openwrt/package/devel/perf/
H A DMakefile20 # Linux sources directory
70 --no-print-directory
/openwrt/docs/
H A Dbuild.tex54 \subsubsection{The directory structure}
68 directory for building the target independent tools, \texttt{build\_dir/toolchain-\textit{<arch>}*}
71 You will not need to do anything with the toolchain directory unless you intend to
108 directory which is broken down by platform \textit{<arch>} and contains the patches to the
109 kernel, profile config, for a particular platform. There's also the "\texttt{target/image}" directory
112 Both the target and package steps will use the directory "\texttt{build\_dir/\textit{<arch>}}"
113 as a temporary directory for compiling. Additionally, anything downloaded by the toolchain,
114 target or package steps will be placed in the "\texttt{dl}" directory.
175 directory and will start patching and compiling them in the "\texttt{build\_dir/\textit{<arch>}}"
176 directory
[all...]
H A Dadding.tex491 as simple as creating a \texttt{target/linux/board} directory
527 The name of your board that will be used as a package and build directory identifier
543 with the same directory structure that the kernel uses (e.g: drivers/mtd/maps, arch/mips ..).
/openwrt/
H A DMakefile17 $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
H A Drules.mk291 # strip an entire directory
356 # Recursively copy paths into another directory, purge dangling
359 # $(2) => Destination directory
/openwrt/package/system/rpcd/
H A DMakefile95 $(eval $(call BuildPlugin,file,,Provides ubus calls for file and directory operations.))
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk194 # $(2): working directory

Completed in 76 milliseconds