mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
update helper
This commit is contained in:
parent
219da51823
commit
0710361ed4
|
@ -20,7 +20,6 @@
|
||||||
std::string GetSourcePath() { return getenv("TEST_SRCDIR"); }
|
std::string GetSourcePath() { return getenv("TEST_SRCDIR"); }
|
||||||
|
|
||||||
std::string GetFilePath(absl::string_view filename) {
|
std::string GetFilePath(absl::string_view filename) {
|
||||||
std::string src = GetSourcePath();
|
|
||||||
return GetFilePath(GetSourcePath(), filename);
|
return GetFilePath(GetSourcePath(), filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user