Searched refs:AppendDepfile (Results 1 – 4 of 4) sorted by relevance
71 zx_status_t AppendDepfile(const char* str);
405 status = AppendDepfile(&buf[0]); in ProcessArgs()411 zx_status_t FsCreator::AppendDepfile(const char* str) { in AppendDepfile() function in FsCreator
141 if ((res = AppendDepfile(path)) != ZX_OK) { in CalculateRequiredSize()
387 if ((status = AppendDepfile(file_list_[n].first.c_str())) != ZX_OK) { in Add()
Completed in 9 milliseconds