Searched refs:new_relpath (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dpath.h53 // Moves and/or renames the file described by |old_relpath| to |new_relpath|.
54 zx_status_t Rename(const char* old_relpath, const char* new_relpath);
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp212 zx_status_t Path::Rename(const char* old_relpath, const char* new_relpath) { argument
214 fbl::String new_abspath = fbl::move(Join(new_relpath));

Completed in 25 milliseconds