Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: ports/nacl-spawn/path_util.h

Issue 627103003: Add shared library version of libcli_main Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/nacl-spawn/nacl_spawn.cc ('k') | ports/nacl-spawn/spawn.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/nacl-spawn/path_util.h
diff --git a/ports/nacl-spawn/path_util.h b/ports/nacl-spawn/path_util.h
deleted file mode 100644
index cfeccd25e0e631011f81b402dbc2bdb77d4dc0b2..0000000000000000000000000000000000000000
--- a/ports/nacl-spawn/path_util.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2014 The Native Client Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NACL_SPAWN_PATH_UTIL_
-#define NACL_SPAWN_PATH_UTIL_
-
-#include <string>
-#include <vector>
-
-// Parses path environment variables such as PATH or LD_LIBRARY_PATH.
-void GetPaths(const char* env, std::vector<std::string>* paths);
-
-// Gets a file for the specified basename in paths. Returns true on
-// success and out_path will be updated. On failure, this function
-// returns false and out_path will not be updated.
-bool GetFileInPaths(const std::string& basename,
- const std::vector<std::string>& paths,
- std::string* out_path);
-
-#endif // NACL_SPAWN_PATH_UTIL_
« no previous file with comments | « ports/nacl-spawn/nacl_spawn.cc ('k') | ports/nacl-spawn/spawn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698