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

/fuchsia/zircon/scripts/
H A Dnetboot-zircon13 echo Build directory ${BUILD_DIR} not found
14 echo "Usage: netboot-zircon <path to build directory>"
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djemalloc-config.in12 --prefix : Print installation directory prefix.
13 --bindir : Print binary installation directory.
14 --datadir : Print data installation directory.
15 --includedir : Print include installation directory.
16 --libdir : Print library installation directory.
17 --mandir : Print manual page installation directory.
H A Djeprof.in242 JEPROF_TMPDIR Profiles directory. Defaults to \$HOME/jeprof
3479 $file_name =~ s!^.*/!!; # Remove directory name
3539 || die("Unable to create profile directory $profile_dir: $!\n");
5128 # in the same directory as jeprof.
5177 # ... otherwise use the version that exists in the same directory as
5328 # b. you have a.out in your current directory (a not uncommon occurence)
/fuchsia/zircon/
H A Dmakefile35 @$(MAKE) -C $(LKMAKEROOT) --no-print-directory -rR -f make/engine.mk $(MAKECMDGOALS)
/fuchsia/zircon/system/ulib/zxio/
H A Dzxio.cpp129 zx_status_t zxio_open(zxio_t* directory, uint32_t flags, uint32_t mode, argument
131 return directory->ops->open(zxio_ctx_get(directory), flags, mode, path,
135 zx_status_t zxio_open_async(zxio_t* directory, uint32_t flags, argument
138 return directory->ops->open_async(zxio_ctx_get(directory), flags, mode,
142 zx_status_t zxio_unlink(zxio_t* directory, const char* path) { argument
143 return directory->ops->unlink(zxio_ctx_get(directory), path);
157 zxio_t* directory, voi
156 zxio_dirent_iterator_init(zxio_dirent_iterator_t* iterator, zxio_t* directory, void* buffer, size_t capacity) argument
[all...]
/fuchsia/zircon/system/utest/fs-vnode/
H A Dservice-tests.cpp81 auto directory = fbl::AdoptRef<fs::PseudoDir>(new fs::PseudoDir()); local
87 directory->AddEntry("abc", vnode);
89 EXPECT_EQ(ZX_OK, vfs.ServeDirectory(directory, fbl::move(server)));
/fuchsia/zircon/system/ulib/zxio/include/lib/zxio/
H A Dzxio.h26 // file, and directory) to provide a uniform interface. Advanced clients can
190 // Open a new file relative to the given |directory|.
196 zx_status_t zxio_open(zxio_t* directory, uint32_t flags, uint32_t mode,
199 // Open a new file relative to the given |directory|.
206 zx_status_t zxio_open_async(zxio_t* directory, uint32_t flags,
210 // Remove an file relative to the given directory.
211 zx_status_t zxio_unlink(zxio_t* directory, const char* path);
229 // An entry in a directory.
251 // To start iterating directory entries, call |zxio_dirent_iterator_init| to
263 // Initializes a |zxio_dirent_iterator_t| for the given |directory|
[all...]
/fuchsia/zircon/system/utest/fs-host/
H A Drules.mk17 $(LOCAL_DIR)/test-directory.cpp \
/fuchsia/zircon/make/
H A Dhelp.mk20 @echo "Individual projects are built into a build-<project> directory"
65 @echo 'List of all buildable projects: (look in project/ directory)'; \
H A Dmodule.mk54 # Remove any .postfix bits for submodules to find our source directory
107 # it defaults to being derived from the MODULE directory
H A Dengine.mk61 # If no build directory suffix has been explicitly supplied by the environment,
145 # the compiler will record the absolute path of the current directory and
147 # the current directory to $(DEBUG_BUILDROOT), which is the "relative"
182 # the build directory, but this is overrideable
529 # The right-hand sides are relative to the directory containing the manifest.
H A Dmodule-userlib.mk187 # as sub-libraries of async in the same directory. If we ever introduce more
309 # Install the .so.abi, which is needed at link time, into the sysroot's lib directory.
/fuchsia/zircon/system/ulib/memfs/
H A Drules.mk22 $(LOCAL_DIR)/directory.cpp \
/fuchsia/zircon/third_party/uapp/kilo/
H A Drules.mk37 # zircon source tree. We do not expose a source directory, and we don't want to
/fuchsia/zircon/system/utest/fs/
H A Drules.mk25 $(LOCAL_DIR)/test-directory.cpp \
/fuchsia/zircon/system/ulib/fdio/
H A Dspawn.c303 names[n].directory = FIDL_HANDLE_PRESENT;
316 names[n].directory = FIDL_HANDLE_PRESENT;
/fuchsia/zircon/system/ulib/process-launcher/
H A Dlauncher.cpp234 handles_.push_back(zx::handle(names[i].directory));

Completed in 168 milliseconds